Re: [Matplotlib-users] Problem with the position of tick labels in postscript file

2009-02-24 Thread david.froger
I think the new version of matplotlib corrected the bug. I have the problem with version 0.91.2, and there is no problem with the version 0.98.3. david.froger wrote: > > Hi, I have the same problem, I have joined examples. > > > > http://www.nabble.com/file/p22180990/example.py example.py

Re: [Matplotlib-users] Problem with the position of tick labels in postscript file

2009-02-24 Thread david.froger
Hi, I have the same problem, I have joined examples. http://www.nabble.com/file/p22180990/example.py example.py http://www.nabble.com/file/p22180990/example.pdf example.pdf http://www.nabble.com/file/p22180990/example.pdf example.pdf Zack 24 wrote: > > Hi Richard, what exactly wrong here?

Re: [Matplotlib-users] Problem with the position of tick labels in postscript file

2007-05-04 Thread Christopher Barker
Darren Dale wrote: > Maybe you could post your file? Mine looks ok, see attached. A close look at that attached file shows that the grid lines are not quite lined up with the tics -- by about a line width. I suspect that the grid code and tic code are rounding differently or something. -Chris

Re: [Matplotlib-users] Problem with the position of tick labels in postscript file

2007-05-04 Thread Darren Dale
On Friday 04 May 2007 11:10:32 am Richard Vernhes wrote: > Hi to all, > I'm new to Matplotlib and I noticed a problem concerning the placement of > tick labels when saving a figure to a postscript file. I'm using windows XP > with Matplotlib 0.90.0 and the default setup and backend. I also use > ip

[Matplotlib-users] Problem with the position of tick labels in postscript file

2007-05-04 Thread Richard Vernhes
Hi to all, I'm new to Matplotlib and I noticed a problem concerning the placement of tick labels when saving a figure to a postscript file. I'm using windows XP with Matplotlib 0.90.0 and the default setup and backend. I also use ipython with the -pylab option. So, I type plot((1,2,3)) in the shell