From 2a5e2048781c0869ae77ecec2ed8ab8f39bb9ed2 Mon Sep 17 00:00:00 2001 From: hjp Date: Thu, 11 Oct 2007 14:22:40 +0000 Subject: [PATCH] Improved doc a little bit. --- tsplotv | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsplotv b/tsplotv index d671144..de3ed7e 100755 --- a/tsplotv +++ b/tsplotv @@ -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 . +each line contains a tab-separated tripel . 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.