[Matplotlib-users] Embedding an MPL Canvas/Figure in a PyGTK Container

2010-04-16 Thread Vamsi Vytla
Adding line: ax.set_xlabel("asdf") To file (matplotlib examples): http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_gtk2.py This sets the X-Label under the navigation toolbar. I am unable to set it such a way that the entire canvas is rendered in the container. It would be

Re: [Matplotlib-users] How to overlay an image on a multi plot? (Edit: how to plot sparklines on an existing plot)

2010-04-16 Thread Josh Hemann
OK, I am finally posting some code. The graphic it will produce is similar to above. I mocked up some time series data and fit one of the regression lines using PyIMSL Studio (Scipy for the other one). Full disclosure: I am on the PyIMSL Studio team at Rogue Wave Software. You can use PyIMSL Studi

[Matplotlib-users] savefig Memory Leak

2010-04-16 Thread Keegan Callin
Hello, I have written a small script that, I think, demonstrates a memory leak in savefig. A search of the mailing list shows a thread started by Ralf Gommers about 2009-07-01 that seems to cover a very similar issue. I have appended the demonstration script at the end of this e-mail text.

Re: [Matplotlib-users] possible to specify RGB in set_under or set_over?

2010-04-16 Thread Matthias Michler
On Friday 16 April 2010 16:49:05 Dr. Phillip M. Feldman wrote: > I would like to specify the colors to be used for plotting out-of-range > values via RGB triples rather than color name strings. Is this possible? With matplotlib-svn it works for me. What version of mpl are you using? Kind regards

[Matplotlib-users] navigationtoolbar: 1. force location; 2. add select button(s) only

2010-04-16 Thread KrishnaPribadi
Hi, I'm trying to add some navigation tools to my mpl embedded in a wx app. I noticed the default navigation tools here: http://matplotlib.sourceforge.net/users/navigation_toolbar.html?highlight=matplotlib%20widgets http://matplotlib.sourceforge.net/users/navigation_toolbar.html?highlight=matplot

[Matplotlib-users] possible to specify RGB in set_under or set_over?

2010-04-16 Thread Dr. Phillip M. Feldman
I would like to specify the colors to be used for plotting out-of-range values via RGB triples rather than color name strings. Is this possible? -- View this message in context: http://old.nabble.com/possible-to-specify-RGB-in-set_under-or-set_over--tp28267842p28267842.html Sent from the matplo

[Matplotlib-users] overflow...

2010-04-16 Thread Samuel Teixeira Santos
Hi all... my code is that: http://dpaste.com/184551/ the problem is that code is using on an web app. When I request the graph after press submit button they generate the graph perfect I do that for 6, 7 times with the same value to generate the graph so after that the graph breaks, like if exc

[Matplotlib-users] colorbar+log+latex

2010-04-16 Thread Yves Revaz
Dear list, I want to plot colored points using scatter, with the color of points corresponding to the log of the z value of the points. the corresponding scatter command is : scatter(x,y,c=z,norm=colors.LogNorm()) unfortunately, then I then draw a colorbar simply calling colorbar() the fonts