1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.TH QUICKPLOT 1 "Quickplot Version @VERSION@: @RELEASE_DATE@"
.SH NAME
quickplot \- a fast interactive 2D plotter
.SH SYNOPSIS
.B "quickplot [OPTIONS]"
.br
.SH DESCRIPTION
.I Quickplot
is an interactive 2D plotter. It's primary focus is to
interactively display 2D plots.
It can generate PNG image files.
.I Quickplot
has a graphical user interface, lots of command line options,
and a command line shell interface as well.
.I Quickplot
can load ASCII text files and many sound file formats using the
libsnfile library.
.I Quickplot
can read standard input as a pipe or regular file.
.PP
The full documentation for
.I Quickplot
is maintained as a HTML document in a file named help.html.
You can get the latest version at <@PACKAGE_URL@help.html>.
The options part in this man page is generated from the
same source as the options part of the HTML document.
|