The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 number number. 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 126:

Non-ASCII character seen before =encoding in 'Schröer.'. Assuming UTF-8