From 3cddac38fe5572970ba4c1999b5e9fc93583c079 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 17 Feb 2010 21:34:51 -0800 Subject: [PATCH] slightly better README --- README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 9c1b4c4..cb2d308 100644 --- a/README +++ b/README @@ -51,14 +51,14 @@ The script is able to produce hardcopy output with "--hardcopy outputfile". The output type is inferred from the filename with .ps, .pdf and .png currently supported. -If something is producing data in realtime, feedGnuplot.pl can be used to -produce a realtime display by passing in the --stream option. The "--xlen -windowsize" option can be passed in also to plot a scrolling window, containing -the last windowsize-worth of data (windowsize has the units of the x axis, -whether it is a point index or the passed-in domain). If --xlen is omitted or -set to 0, all of the available data is plotted, with no moving window. The -realtime data is updated at 1 Hz, so the script can handle rapidly-incoming data -without spending all of its time replotting. +If live data is received in realtime, feedGnuplot.pl can be used to produce a +realtime display by passing in the --stream option. The "--xlen windowsize" +option can be passed in also to plot a scrolling window, containing the last +windowsize-worth of data (windowsize has the units of the x axis, whether it +is a point index or the passed-in domain). If --xlen is omitted or set to 0, +all of the available data is plotted, with no moving window. The realtime data +is updated at 1 Hz, so the script can handle rapidly-incoming data without +spending all of its time replotting. For more information, invoke with --help, or read the source.