[Matplotlib-users] Loop plotting question

2007-06-20 Thread Tommy Grav
I have a problem where I need to quickly inspect 20-30 plots. I want to open a plotting window, plot the first plot, then hit return to see the nest plot appear in the same window. Below is my script, but it creates a window that has to be closed before it loops over the rest of the plots. H

Re: [Matplotlib-users] Documentation for 3D plotting?

2007-06-20 Thread Eric Firing
Unfortunately, the 3D plotting capability is incomplete and mostly unmaintained. Eric Orest Kozyar wrote: > I just discovered the 3D plotting functions that matplotlib offers > (i.e. Axes3D with plot_surface, etc). This is a great package, but I > have not been able to find documentation for so

[Matplotlib-users] Documentation for 3D plotting?

2007-06-20 Thread Orest Kozyar
I just discovered the 3D plotting functions that matplotlib offers (i.e. Axes3D with plot_surface, etc). This is a great package, but I have not been able to find documentation for some parameters. For example, the plot_surface function appears to take the following arguments: (X, Y, Z, *args, **

Re: [Matplotlib-users] Graphic properties editing

2007-06-20 Thread Antonino Ingargiola
Hi, 2007/6/19, John Hunter <[EMAIL PROTECTED]>: > * you may want to look at the line editor dialog in backend_gtk.py for > inspiration. This uses drop down menus for linestyles, color dialog > boxes to pick colors, etc... I'll paste in the code below > > Thanks, > JDH > > class DialogLineprops

Re: [Matplotlib-users] Graphic properties editing

2007-06-20 Thread Antonino Ingargiola
Hi, 2007/6/19, Antoine Sirinelli <[EMAIL PROTECTED]>: > On Tue, Jun 19, 2007 at 02:12:28PM +0200, David Tremouilles wrote: > > Pyplotsuite is another pygtk project using matplotlib. > > It is developed by Antonino Ingargiola. > > http://pyplotsuite.sourceforge.net/ > > Could be maybe interesting t