On Wednesday 23 August 2006 2:52 am, Jouni K Seppänen wrote:
> [Again copying to matplotlib-users; maybe the main developers can
> comment on whether these shortcomings in the getp/setp interface
> should be fixed.]
>
> Hi Derek,
>
> > It does seem as those these settings affect the top and bottom of
> > the graph - I was wondering if it was possible to show tickmarks
> > along the bottom edge but not the top edge?

from pylab import *

a=axes()
a.xaxis.tick_bottom()
show()

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to