>>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
Janne Blomqvist 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 border box.
It seems th
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()
ax=fi