From: Darren D. <dd...@co...> - 2006-08-23 11:24:05
|
On Wednesday 23 August 2006 2:52 am, Jouni K Sepp=E4nen 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=3Daxes() a.xaxis.tick_bottom() show() |