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:
Dima Kogan 2011-05-27 12:43:36 -07:00
parent 13ffda5991
commit 59eabc70f5
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Simple plotting of stored data:
10 25
$ 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
network interface in bytes/second (uses bash, awk and Linux):

View File

@ -641,7 +641,7 @@ Simple plotting of stored data:
10 25
$ 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
network interface in bytes/second (uses bash, awk and Linux):