[Matplotlib-users] color gradient color_cycle ?

2011-08-04 Thread Xavier Gnata
hi, I want to overplot N curves calling the plot(X) function N times. I also would like to have a way to which curve has been drawn first and so on. If N would en small and constant, I could simply call color_cycle with a short list as parameter...but it is not quite an option with up to 50

Re: [Matplotlib-users] color gradient color_cycle ?

2011-08-04 Thread Alan G Isaac
On 8/4/2011 8:26 AM, Xavier Gnata wrote: I think the main question is : How do you produce a arbitrary long list of colors to use it as a color gradient (as input to set_color_cycle )? See this thread http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg21569.html for an

[Matplotlib-users] segfault in matplotlib

2011-08-04 Thread Alexey Uimanov
here is the sample code embedding_in_gtk2.py 6 import gtk 7 8 from matplotlib.figure import Figure 9 from numpy import arange, sin, pi 10 11 # uncomment to select /GTK/GTKAgg/GTKCairo 12 #from matplotlib.backends.backend_gtk import FigureCanvasGTK as FigureCanvas 13 from

[Matplotlib-users] Adding Title to RadioButtons Axis

2011-08-04 Thread Paul Blelloch
I'd like to add a title to a RadioButton axis, but the usual title('xxx') seems to get ignored. Can I do that? This is an example: raOVL = axes([0.05, 0.1, 0.15, 0.15], axisbg=axcolor) title = 'Overlap' radioOV = RadioButtons(raOVL, ['10%','30%','50%','70%']) -Paul Blelloch

[Matplotlib-users] matplotlib/pylab problems with wxpython 2.9.2.1 -

2011-08-04 Thread Vlastimil Brom
Hi all, I'd like to ask about some issues I am having with using matplotlib with the latest wxpython version 2.9.1.1; I already mentioned that on the wxpython list: https://groups.google.com/forum/#!topic/wxpython-users/vG-5NJ4vXnc but it is unclear whether this is a bug in wx or a possible