mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
slightly better README
This commit is contained in:
parent
0ae4fa9a21
commit
3cddac38fe
16
README
16
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
|
outputfile". The output type is inferred from the filename with .ps, .pdf
|
||||||
and .png currently supported.
|
and .png currently supported.
|
||||||
|
|
||||||
If something is producing data in realtime, feedGnuplot.pl can be used to
|
If live data is received in realtime, feedGnuplot.pl can be used to produce a
|
||||||
produce a realtime display by passing in the --stream option. The "--xlen
|
realtime display by passing in the --stream option. The "--xlen windowsize"
|
||||||
windowsize" option can be passed in also to plot a scrolling window, containing
|
option can be passed in also to plot a scrolling window, containing the last
|
||||||
the last windowsize-worth of data (windowsize has the units of the x axis,
|
windowsize-worth of data (windowsize has the units of the x axis, whether it
|
||||||
whether it is a point index or the passed-in domain). If --xlen is omitted or
|
is a point index or the passed-in domain). If --xlen is omitted or set to 0,
|
||||||
set to 0, all of the available data is plotted, with no moving window. The
|
all of the available data is plotted, with no moving window. The realtime data
|
||||||
realtime data is updated at 1 Hz, so the script can handle rapidly-incoming data
|
is updated at 1 Hz, so the script can handle rapidly-incoming data without
|
||||||
without spending all of its time replotting.
|
spending all of its time replotting.
|
||||||
|
|
||||||
For more information, invoke with --help, or read the source.
|
For more information, invoke with --help, or read the source.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user