Re: [Matplotlib-users] Plotting Multiple Curves on Same Axes; Save as .jpg

2008-01-07 Thread Rich Shepard
On Mon, 7 Jan 2008, John Hunter wrote: > The function is document > http://matplotlib.sourceforge.net/matplotlib.pyplot.html#-hold and the > usage in the "Simple Plots" Section 3.1 of the User's Guide at > http://matplotlib.sourceforge.net/users_guide_0.91.2svn.pdf . The hold > functionality is p

Re: [Matplotlib-users] Plotting Multiple Curves on Same Axes; Save as .jpg

2008-01-07 Thread John Hunter
On Jan 7, 2008 1:43 PM, Rich Shepard <[EMAIL PROTECTED]> wrote: > On Mon, 7 Jan 2008, Darren Dale wrote: > > > you can call hold(True) so each call to plot() adds a new curve to the axes. > > Darren, > >Excellent! Where is this documented, please? I did not see it when I > looked in the docs.

Re: [Matplotlib-users] Plotting Multiple Curves on Same Axes; Save as .jpg

2008-01-07 Thread Darren Dale
On Monday 07 January 2008 04:43:26 pm Rich Shepard wrote: > On Mon, 7 Jan 2008, Darren Dale wrote: > > you can call hold(True) so each call to plot() adds a new curve to the > > axes. > > Darren, > >Excellent! Where is this documented, please? I did not see it when I > looked in the docs. See

Re: [Matplotlib-users] Plotting Multiple Curves on Same Axes; Save as .jpg

2008-01-07 Thread Rich Shepard
On Mon, 7 Jan 2008, Darren Dale wrote: > you can call hold(True) so each call to plot() adds a new curve to the axes. Darren, Excellent! Where is this documented, please? I did not see it when I looked in the docs. > Agg does not produce jpg. Can you live with a png? png are not lossy and >

Re: [Matplotlib-users] Plotting Multiple Curves on Same Axes; Save as .jpg

2008-01-07 Thread Darren Dale
On Monday 07 January 2008 03:05:30 pm Rich Shepard wrote: >I've looked at all the docs I can find on the matplotlib web site > without finding the answers to two questions. Pointers to references are > greatly appreciated. > >1) I want to plot a series of curves on the same set of axes. Fo

[Matplotlib-users] Plotting Multiple Curves on Same Axes; Save as .jpg

2008-01-07 Thread Rich Shepard
I've looked at all the docs I can find on the matplotlib web site without finding the answers to two questions. Pointers to references are greatly appreciated. 1) I want to plot a series of curves on the same set of axes. For example, shoulder- and trapezoidal curves: ___