[ILUG] gnuplot - date and time of plot ?
Vanush Paturyan
mpaturya at thphys.may.ie
Thu Oct 10 16:59:03 IST 2002
To exclude line from plotted data add '#' at the beginnig of line.
gnuplot will treat it as a comment.
Another way is to rewrite ascii file with data so it will be "loadable"
file for gnuplot.
Something like this will work:
filename.gpl:
set title 'wharewer it is'
plot '-'
0.1 1
0.2 2 (your data)
0.3 3
load this file in gnuplot with command load 'filename.gpl'
Misha
On Thu, 10 Oct 2002, Declan Grady wrote:
> Hi,
> I'm working with gnuplot, creating psotscript files for printing from an
> ascii file with 2 columns.
>
> I'd like to have the first line of the ascii file to have the date and time
> of the measurments, and an alphanumeric reference number, but I also need
> to exclude this line from my plotted data.
>
> Ideally, I'd like to pick up this info, in the graph title.
>
> I've been googling for a "while" now and cannot find a way to do it.
>
> I'm sure someone has a way ?
>
> Thanks,
> Declan
>
> --
> Irish Linux Users' Group: ilug at linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
> List maintainer: listmaster at linux.ie
>
More information about the ILUG
mailing list