NAME
plotter.pl - Plot data with GnuPlot
SYNOPSIS
plotter.pl [OPTIONS] METAFILE
DESCRIPTION
This is a commandline tool to plot data that has been recorded using the Lab::Measurement module.
OPTIONS AND ARGUMENTS
The file METAFILE
contains the meta information for the data that is to be plotted. The name OR number of the plot that you want to draw must be supplied with the --plot
option, unless you use the --list_plots
option, that lists all available plots defined in the METAFILE
.
- --help|-?
-
Print short usage information.
- --man
-
Show manpage.
- --listplots
-
List available plots defined in
METAFILE
. - --plot=name --plot=number
-
Show the plot with name
name
or numbernumber
. Numbers are given by the--list_plots
option. - --dump=filename
-
Do not plot now, but dump a gnuplot file
filename
instead. - --eps=filename
-
Don't plot on screen, but create eps file
filename
. - --fulllabels
-
Also show axis descriptions in plot.
SEE ALSO
- gnuplot(1)
- Lab::Measurement
- Lab::Data::Plotter
- Lab::Data::Meta
AUTHOR/COPYRIGHT
This is $Id$.
Copyright 2004 Daniel Schröer.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.