From: <gre...@gm...> - 2006-08-03 21:27:44
|
On 8/3/06, John Hunter <jdh...@ac...> wrote: > >>>>> "Gregory" =3D=3D Gregory Pi=F1ero <gre...@gm...> writes: > Gregory> bar centers on the y axis p1 =3D figure.gca().barh(pos,val) figure.gca().set_yticks(pos) > Gregory> figure.gca().set_yticklabels(('Tom', 'Dick', 'Harry', > Gregory> 'Slim', 'Jim')) figure.gca().set_xlabel('Perfomance') > Gregory> figure.gca().set_title('How fast do you want to go > Gregory> today?') canvas=3DFigureCanvasAgg(figure) return canvas > I changed the code to above but it still gives a similair result. |