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
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?
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
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
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