On Thursday 03 August 2006 17:44, Gregory Piñero wrote:
> So all you changed was to add in align='center' ?  I assume me using
> figure.gca() is equivalent to your use of ax?

Yes, gca() is "get the current axes object".

> Is it hard to upgrade to the latest version from svn?  Any directions?
[From 
'http://projects.scipy.org/neuroimaging/ni/wiki/DevelopmentInstallFedora']

svn co https://svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib 
matplotlib-trunk
cd matplotlib-trunk
python setup.py build
sudo python setup.py install
cd ..

But Greg, if it's only for that, try to put an empty label in front of the 
others:
figure.gca().set_yticklabels(('', 'Tom', 'Dick', 'Harry', 'Slim', 'Jim'))
That might do the trick

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to