cool app to generate 2D plots directly to an image file from the

cool app to generate 2D plots directly to an image file from the

am 29.12.2007 21:47:44 von Glenn MacGougan

http://plot2d.sourceforge.net
"
plot2d -f plot2d_options.txt
USAGE: Plot2D -h // display help
USAGE: Plot2D -c

Re: cool app to generate 2D plots directly to an image file from the

am 29.12.2007 21:50:10 von Glenn MacGougan

On Dec 29, 1:47 pm, Glenn MacGougan wrote:
> http://plot2d.sourceforge.net
> "
> plot2d -f plot2d_options.txt
> USAGE: Plot2D -h // display help
> USAGE: Plot2D -c

Re: cool app to generate 2D plots directly to an image file from the

am 29.12.2007 21:51:29 von Glenn MacGougan

On Dec 29, 1:50 pm, Glenn MacGougan wrote:
> On Dec 29, 1:47 pm, Glenn MacGougan wrote:
>
> >http://plot2d.sourceforge.net
> > "
> > plot2d -f plot2d_options.txt
> > USAGE: Plot2D -h // display help
> > USAGE: Plot2D -c

Re: cool app to generate 2D plots directly to an image file fromthe

am 30.12.2007 04:19:05 von Icarus Sparry

On Sat, 29 Dec 2007 12:47:44 -0800, Glenn MacGougan wrote:

> http://plot2d.sourceforge.net
> "
> plot2d -f plot2d_options.txt
> USAGE: Plot2D -h // display help USAGE: Plot2D -c
>

Re: cool app to generate 2D plots directly to an image file from the

am 30.12.2007 06:38:45 von Glenn MacGougan

On Dec 29, 8:19 pm, Icarus Sparry wrote:
> On Sat, 29 Dec 2007 12:47:44 -0800, Glenn MacGougan wrote:
> >http://plot2d.sourceforge.net
> > "
> > plot2d -f plot2d_options.txt
> > USAGE: Plot2D -h // display help USAGE: Plot2D -c
> >

Re: cool app to generate 2D plots directly to an image file from the shell

am 30.12.2007 13:21:32 von Maxwell Lol

Glenn MacGougan writes:

> Does anyone know if there is another way to do this from the shell?
> aside from some crazy way to script using octave and gnuplot.

One of my favorite 2D plotting programs is Grace.

http://plasma-gate.weizmann.ac.il/Grace/

It's powerful, and can be complicated to generate all of the data from
the shell.

Typically I first use the defaultrs to display the data, and use the
interactive features to design the plot, with legends, style, title,
subtitle, axis labeling, etc.


Then I save the (meta) parameters it a separate file from the data.

I generate the new data using a script, and view the graph with new
data and old graph parameters.

At times I have used a shell script to modify the parameters for a
series of plots.

Re: cool app to generate 2D plots directly to an image file from the

am 30.12.2007 16:59:57 von Glenn MacGougan

On Dec 30, 5:21 am, Maxwell Lol wrote:
> Glenn MacGougan writes:
> > Does anyone know if there is another way to do this from the shell?
> > aside from some crazy way to script using octave and gnuplot.
>
> One of my favorite 2D plotting programs is Grace.
>
> http://plasma-gate.weizmann.ac.il/Grace/
>
> It's powerful, and can be complicated to generate all of the data from
> the shell.
>
> Typically I first use the defaultrs to display the data, and use the
> interactive features to design the plot, with legends, style, title,
> subtitle, axis labeling, etc.
>
> Then I save the (meta) parameters it a separate file from the data.
>
> I generate the new data using a script, and view the graph with new
> data and old graph parameters.
>
> At times I have used a shell script to modify the parameters for a
> series of plots.

I've evaluated Grace and gnu graph now and I'm impressed with both
packages. But I still think there is much room for creating more
usability. I think a good requirement for the plot2d project is
minimizing the time it takes a novice user to create a plot of their
data.

Plot2d is lacking in terms of the overall power of the software
(just .bmp output, and fairly constrained look and feel with only one
real font choice for now) - But for quick plotting of user data and
getting quick stats, it aims to be fast and very easy to use. I think
reducing the learning curve is the key feature of the software.

For experienced unix users, it's not likely to be top choice - but for
the novice user it has benefits.

I'm going to add the following to the project goals/design:
1. Plot2D aims to facilitate new users plotting their data within
minutes.
2. Plot2D needs real Unix usability with complete command line options
- I'll based the options on the gnu graph arguments.
3. A cross-platform GUI to write the options file and/or write the
complete shell command. (and create the figure from the GUI of
course).

Re: cool app to generate 2D plots directly to an image file from the

am 31.12.2007 00:08:59 von lihao0129

On Dec 29, 3:47=A0pm, Glenn MacGougan wrote:
> http://plot2d.sourceforge.net
> "
> plot2d -f plot2d_options.txt
> USAGE: Plot2D -h =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0// display help
> USAGE: Plot2D -c

Re: cool app to generate 2D plots directly to an image file fromthe shell

am 31.12.2007 01:09:38 von dave

Glenn MacGougan wrote:
> http://plot2d.sourceforge.net
> "
> plot2d -f plot2d_options.txt
> USAGE: Plot2D -h // display help
> USAGE: Plot2D -c

Re: cool app to generate 2D plots directly to an image file from the

am 31.12.2007 06:56:54 von Glenn MacGougan

On Dec 30, 5:09 pm, Dave wrote:
> Glenn MacGougan wrote:
> >http://plot2d.sourceforge.net
> > "
> > plot2d -f plot2d_options.txt
> > USAGE: Plot2D -h // display help
> > USAGE: Plot2D -c

Re: cool app to generate 2D plots directly to an image file from the

am 31.12.2007 19:23:31 von Glenn MacGougan

On Dec 30, 10:56 pm, Glenn MacGougan
wrote:
> On Dec 30, 5:09 pm, Dave wrote:
>
>
>
> > Glenn MacGougan wrote:
> > >http://plot2d.sourceforge.net
> > > "
> > > plot2d -f plot2d_options.txt
> > > USAGE: Plot2D -h // display help
> > > USAGE: Plot2D -c