[Matplotlib-users] difference between 0.98.5 and 0.98.3

2008-12-18 Thread Andres Luhamaa
Hello, I see a significant difference in plots generated with two recent versions of matplotlib, and unfortunately not in favour of the newer one, otherwise there would be no reason to write here, I guess. The problem is following, I plot some data wich might be undefined in some cases. For ex

Re: [Matplotlib-users] difference between 0.98.5 and 0.98.3

2008-12-18 Thread Michael Droettboom
Sorry about that. This bug has now been fixed in SVN r6661. It will make it into the next maintenance release. Mike Andres Luhamaa wrote: > Hello, > > I see a significant difference in plots generated with two recent > versions of matplotlib, and unfortunately not in favour of the newer > on

[Matplotlib-users] mathtext acting weird under macosx backend

2008-12-18 Thread Zane Selvans
First, *thank you* to whoever did the Mac OS X backend. It's much faster and smoother, and seems to behave much more reasonably all around. As in, show() actually does what it says it's supposed to do, and the figures don't have to be re-sized to draw themselves! However, there seems to b

[Matplotlib-users] axes placement depends on figsize?

2008-12-18 Thread ramirodsl
Can someone explain to me how/why the figure normalized [0,1] coordinates depends on the figsize property? At least this is what it looks like to me. This affects axes placement and so far I haven't been able to do what I want. I want to have square plots placed without spacing between them and w

Re: [Matplotlib-users] axes placement depends on figsize?

2008-12-18 Thread Eric Firing
ramirodsl wrote: > Can someone explain to me how/why the figure normalized [0,1] coordinates > depends on the figsize property? At least this is what it looks like to me. > This affects axes placement and so far I haven't been able to do what I > want. > > I want to have square plots placed withou

[Matplotlib-users] MacOSX backend problems with picker

2008-12-18 Thread Wolfgang Kerzendorf
Dear all, I'm using matplotlib together with ipython --pylab and have a plot open and can select/deselect points there with the picker and they toggle between o and x. When I do that my matplotlib running under Leopard 10.5.6 and MacOSX backend raises an exception: --