> How do I get rid of the redundant ticks on the top and right edges?

pylab.gca().get_xaxis().set_ticks_postion('bottom')

same for yaxis



> Is there any way to stop some of my text labels from overlapping?


don't know


> Why is there such a big gap between the plot itself and the axes ticks?


did you try  pylab.axis('tight')

Bernhard
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to