Equivalent to GnuPlot's nomirror?

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

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
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options