mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
Corrected documentation.
At one point I changed the --legend syntax, but didn't update ALL the docs. This fixes it
This commit is contained in:
parent
13ffda5991
commit
59eabc70f5
@ -14,7 +14,7 @@ Simple plotting of stored data:
|
|||||||
10 25
|
10 25
|
||||||
|
|
||||||
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
||||||
feedGnuplot --lines --points --legend 0="data 0" --title "Test plot" --y2 1
|
feedGnuplot --lines --points --legend 0 "data 0" --title "Test plot" --y2 1
|
||||||
|
|
||||||
Simple real-time plotting example: plot how much data is received on the wlan0
|
Simple real-time plotting example: plot how much data is received on the wlan0
|
||||||
network interface in bytes/second (uses bash, awk and Linux):
|
network interface in bytes/second (uses bash, awk and Linux):
|
||||||
|
@ -641,7 +641,7 @@ Simple plotting of stored data:
|
|||||||
10 25
|
10 25
|
||||||
|
|
||||||
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
$ seq 5 | awk '{print 2*$1, $1*$1}' |
|
||||||
feedGnuplot --lines --points --legend 0="data 0" --title "Test plot" --y2 1
|
feedGnuplot --lines --points --legend 0 "data 0" --title "Test plot" --y2 1
|
||||||
|
|
||||||
Simple real-time plotting example: plot how much data is received on the wlan0
|
Simple real-time plotting example: plot how much data is received on the wlan0
|
||||||
network interface in bytes/second (uses bash, awk and Linux):
|
network interface in bytes/second (uses bash, awk and Linux):
|
||||||
|
Loading…
Reference in New Issue
Block a user