From 9b0a47e8043fad5cc16df766d27eb21f8a60a857 Mon Sep 17 00:00:00 2001 From: klaus-schauer <> Date: Wed, 21 Oct 2015 04:21:55 +0000 Subject: [PATCH] EnO_dim4RGB.gplot: changed git-svn-id: https://svn.fhem.de/fhem/trunk@9569 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/gplot/EnO_dim4RGB.gplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/www/gplot/EnO_dim4RGB.gplot b/fhem/www/gplot/EnO_dim4RGB.gplot index 1907ce8a7..a29973473 100644 --- a/fhem/www/gplot/EnO_dim4RGB.gplot +++ b/fhem/www/gplot/EnO_dim4RGB.gplot @@ -28,6 +28,6 @@ set y2range [0:100] #FileLog 4:green:0: #FileLog 4:blue:0: -plot "" using 1:2 ls l0 axes x1y1 title 'Red' with steps\ - "" using 1:2 ls l1 axes x1y1 title 'Green' with steps\ +plot "" using 1:2 ls l0 axes x1y1 title 'Red' with steps,\ + "" using 1:2 ls l1 axes x1y1 title 'Green' with steps,\ "" using 1:2 ls l2 axes x1y1 title 'Blue' with steps \ No newline at end of file