Hey List,

If you create a horizontal line, and then adjust the size of the figure, or axis limits the horizontal line does not move with everything else...

To reproduce in ipython -pylab:

axhline(5)
yscale('log')
ylim(0.5,30)

The line stays where it started and is not moved when the plot is redrawn.

This was discussed here (back in 2008!!!!!):

http://matplotlib.1069221.n5.nabble.com/transforms-bug-axhline-with-log-y-scale-td35548.html

Then... when you save the figure, the position of the horizontal line does *NOT* match the position you see when the figure is shown...

savefig('test.eps')

Am I missing something?

Steven

--

Steven Boada

Doctoral Student
Dept of Physics and Astronomy
Texas A&M University
bo...@physics.tamu.edu

------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to