[Matplotlib-users] matplotlib figure within Qt Application - segfault

2009-12-28 Thread TheLonelyStar
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

Re: [Matplotlib-users] Line update: set_data vs recache issue

2009-12-28 Thread Jae-Joon Lee
On Mon, Dec 28, 2009 at 12:39 AM, Eric Firing efir...@hawaii.edu 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

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-28 Thread Tony S Yu
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 rcParams