On Dec 24, 2009, at 4:21 AM, Dominik Szczerba wrote:
> OK I started hacking and added a color_cycle property to matplotlibrc.
> Would you be so kind to add this fix to the official version? Thanks!
> Dominik
>
> $ diff -w axes.py axes.py.org
> 135,137c135
> < # DSZ take defaultColors from rcP
On Mon, Dec 28, 2009 at 12:39 AM, Eric Firing wrote:
> So, which way is better? I assume the change is an improvement, because
> the behavior with a list should be the same as with an ndarray.
>
I agree with you.
>
> We could split the recaching up into parts that can be done independently on
Hi,
I have a Qt application, where I want to display a matplotlib figure which
is updated from time to time (not mebeded, in its own window).
Now, I do:
import pylab
pylab.ion()
pylab.figure()
within a function of the Qt application. And then I get a segfault.
What is the proper way to do thi