EnO_dim4RGB.gplot: changed

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9569 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-10-21 04:21:55 +00:00
parent 32b3b59efa
commit 9977a1ed50

View File

@ -28,6 +28,6 @@ set y2range [0:100]
#FileLog 4:green:0:
#FileLog 4:blue:0:
plot "<IN>" using 1:2 ls l0 axes x1y1 title 'Red' with steps\
"<IN>" using 1:2 ls l1 axes x1y1 title 'Green' with steps\
plot "<IN>" using 1:2 ls l0 axes x1y1 title 'Red' with steps,\
"<IN>" using 1:2 ls l1 axes x1y1 title 'Green' with steps,\
"<IN>" using 1:2 ls l2 axes x1y1 title 'Blue' with steps