From: Andrew S. <str...@as...> - 2005-02-11 20:06:29
|
Robert Leftwich wrote: > Does Matplotlib support something equivalent to GnuPlot's nomirror > functionality where the x and y axes are only displayed on the bottom > and left of the graph and are not 'mirrored' to the top and right? > > Robert I'm no GnuPlot user, but try this: ax = gca() ax.yaxis.tick_left() ax.xaxis.tick_bottom() > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |