draw DS18B20 with dots
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 26 Jun 2017 19:27:30 +0000 (21:27 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 26 Jun 2017 19:27:30 +0000 (21:27 +0200)
temp2.gnuplot

index f165051..9a3ccea 100644 (file)
@@ -12,7 +12,7 @@ set size 1, 0.5
 
 set origin 0.0, 0.5
 
-plot "/dev/shm/DS18B20-temperature" using 1:2 with points title "DS18B20 deg. C","/dev/shm/DHT22-temperature" using 1:($2 > 1 && $2 < 45 ? $2 : '') with dots title "DHT22 deg. C"
+plot "/dev/shm/DS18B20-temperature" using 1:2 with dots title "DS18B20 deg. C","/dev/shm/DHT22-temperature" using 1:($2 > 1 && $2 < 45 ? $2 : '') with dots title "DHT22 deg. C"
 
 set origin 0.0, 0.0