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
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user