Improved doc a little bit.

This commit is contained in:
hjp 2007-10-11 14:22:40 +00:00
parent 8888279244
commit 2a5e204878
1 changed files with 3 additions and 2 deletions

View File

@ -11,16 +11,17 @@ tsplotv
[--output-format format ]
[--stacked]
[--style style]
[--log-y]
[file ...]
=head1 DESCRIPTION
This program expects time series data in vertical format, I.e.,
each line contains a tripel <time, series, value>.
each line contains a tab-separated tripel <time, series, value>.
The default legend position is "top right", same as with gnuplot.
Another frequently useful position (especially if you have lots of series)
is "below. Note that positions which consist of several world (such as
is "below". Note that positions which consist of several words (such as
"top right" need to be passed to tsplotv as a single argument, so the
space needs to be hidden from the shell by use of quotes or a backslash.