Re: [Matplotlib-users] Another Gnuplot style question

2009-05-02 Thread Eric Firing
Matthias Michler wrote: Hello Eric, Hello list, a year ago I also encountered the problem of one file - one figure of the plotfile function. I would like to propose an addional functionality of using one figure and several files in plotfile, because sometimes I don't want to read data

[Matplotlib-users] Another Gnuplot style question

2009-04-29 Thread Joseph Smidt
Okay, I am another gnuplot user trying to migrate over to matplotlib. I like what I see, but there are a couple things that are very easy to do in Gnuplot that I can't figure out how to do with matplotlib. I have a file with 3 columns of data called data.txt that looks like: 0. 1.

Re: [Matplotlib-users] Another Gnuplot style question

2009-04-29 Thread Sandro Tosi
On Wed, Apr 29, 2009 at 08:20, Joseph Smidt josephsm...@gmail.com wrote: 1. Both graphs overlayed on the same plot. 2. Semilogy. (log y values), 3. Only ploy for x in the range 2-3. 4. Legend for the two graphs on same plot. a simple example: In [2]: import numpy as np In [3]: import

Re: [Matplotlib-users] Another Gnuplot style question

2009-04-29 Thread Eric Firing
Joseph Smidt wrote: Okay, I am another gnuplot user trying to migrate over to matplotlib. I like what I see, but there are a couple things that are very easy to do in Gnuplot that I can't figure out how to do with matplotlib. I have a file with 3 columns of data called data.txt that looks

Re: [Matplotlib-users] Another Gnuplot style question

2009-04-29 Thread Joseph Smidt
Thanks everyone, this is exactly what I wanted. -- Joseph Smidt josephsm...@gmail.com Physics and Astronomy 4129 Frederick Reines Hall Irvine, CA 92697-4575 Office: 949-824-3269

Re: [Matplotlib-users] Another Gnuplot style question

2009-04-29 Thread Matthias Michler
Hello Eric, Hello list, a year ago I also encountered the problem of one file - one figure of the plotfile function. I would like to propose an addional functionality of using one figure and several files in plotfile, because sometimes I don't want to read data myself. I added a patch