[Matplotlib-users] recursive error using hitlist with semilog

2010-07-10 Thread David Mika
I am getting a recursive error with the following script. When using plot instead of semilogy, I get the desired result. Does anyone know of a workaround? from pylab import * class Hover(object): def __call__(self, ev): print ev.canvas.figure.hitlist(ev) fig = plt.figure()

Re: [Matplotlib-users] Scale legend box border, dashed and dotted lines when the figure size is changed

2010-07-10 Thread Jouni K . Seppänen
Janne Blomqvist blomqvist.ja...@gmail.com writes: The problem I'm having is that as the figure is then pretty small, I can scale font sizes, axis sizes, line widths etc., but what I've been unable to figure out is how to scale dashed or dotted lines, as well as the thickness of the legend

Re: [Matplotlib-users] interactive plots in ipython -pylab are delayed until ipython prompt

2010-07-10 Thread bdb112
Any chance you can test this with the latest release 1.0.0? JDH Tried 1.0.0 but first I should explain what I want more clearly in case I am missing something. I want to run a long calculation and have some early results plotted (and become visible) without needing to close the window as the