more temperature buckets
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 10 Nov 2020 07:28:56 +0000 (08:28 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 10 Nov 2020 07:28:56 +0000 (08:28 +0100)
gnuplot/by_temp.gnuplot
www/index.html

index 020c0b7..6f4fb26 100644 (file)
@@ -22,7 +22,7 @@ set key outside tmargin center
 
 set format x ""
 #set format y "%.2f"
-set yrange [ -0.1 : 0.1 ]
+#set yrange [ -0.1 : 0.1 ]
 
 #set arrow 1 from first,3 to last,3 nohead linestyle rgb "#ff0000"
 
@@ -37,27 +37,39 @@ set linetype 99 lc 'red'
 #plot "axes.txt" using 1:2 with lines title "X angle", "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle
 
 set ylabel "X degrees"
-plot "/dev/shm/by_temp.pn.18.txt" using 1:2 with lines title 18, \
-"/dev/shm/by_temp.pn.20.txt" using 1:2 with lines title 20, \
-"/dev/shm/by_temp.pn.22.txt" using 1:2 with lines title 22, \
-"/dev/shm/by_temp.pn.24.txt" using 1:2 with lines title 24, \
-"/dev/shm/by_temp.pn.26.txt" using 1:2 with lines title 26, \
-"/dev/shm/by_temp.pn.28.txt" using 1:2 with lines title 28
+plot \
+"/dev/shm/by_temp.pn.14.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.16.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.18.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.20.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.20.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.22.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.24.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.26.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.28.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.30.txt" using 1:2 with lines notitle, \
+"/dev/shm/by_temp.pn.32.txt" using 1:2 with lines notitle
 # http://gnuplot-surprising.blogspot.com/2011/09/gnuplot-background-image.html
 #'/home/dpavlin/zc/www/logo-color.png' binary filetype=png origin=(0,0)  dx=0.5 dy=0.5 with rgbimage notitle
 
 
-#plot "axes.txt" using 1:3 with lines title "Y angle", "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle
+#plot "axes.txt" using 1:3 with lines notitle title "Y angle", "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle
 
 set tmargin 0
 
 set ylabel "Y degrees"
-plot "/dev/shm/by_temp.pn.18.txt" using 1:3 with lines title 18, \
-"/dev/shm/by_temp.pn.20.txt" using 1:3 with lines title 20, \
-"/dev/shm/by_temp.pn.22.txt" using 1:3 with lines title 22, \
-"/dev/shm/by_temp.pn.24.txt" using 1:3 with lines title 24, \
-"/dev/shm/by_temp.pn.26.txt" using 1:3 with lines title 26, \
-"/dev/shm/by_temp.pn.28.txt" using 1:3 with lines title 28
+plot \
+"/dev/shm/by_temp.pn.14.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.16.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.18.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.20.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.20.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.22.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.24.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.26.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.28.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.30.txt" using 1:3 with lines notitle, \
+"/dev/shm/by_temp.pn.32.txt" using 1:3 with lines notitle
 #, "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle
 
 set tmargin 0
@@ -68,10 +80,15 @@ set format x "%d.%m."
 set ylabel "celsius"
 set yrange [ * : * ]
 
-plot "/dev/shm/by_temp.pn.18.txt" using 1:4 with lines title 18, \
-"/dev/shm/by_temp.pn.20.txt" using 1:4 with lines title 20, \
-"/dev/shm/by_temp.pn.22.txt" using 1:4 with lines title 22, \
-"/dev/shm/by_temp.pn.24.txt" using 1:4 with lines title 24, \
-"/dev/shm/by_temp.pn.26.txt" using 1:4 with lines title 26, \
-"/dev/shm/by_temp.pn.28.txt" using 1:4 with lines title 28
-
+plot \
+"/dev/shm/by_temp.pn.14.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.16.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.18.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.20.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.20.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.22.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.24.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.26.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.28.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.30.txt" using 1:4 with lines notitle, \
+"/dev/shm/by_temp.pn.32.txt" using 1:4 with lines notitle
index c65e7fd..254f74f 100644 (file)
@@ -13,6 +13,8 @@
                <li><a href="demo3.html">Demo 3</a></li>
                <li><a href="rijeka.html">Rijeka</a></li>
                <li><a href="vg5-rijeka.html">VG5 Rijeka</a></li>
+               <li><a href="rijeka-by_day.html">Rijeka svakih sat vremena</a></li>
+               <li><a href="rijeka-by_temp.html">Rijeka temperatura po opsezima, dnevno</a></li>
                <li><a href="sviz.html">Sv. Ivan Zelina - crkveni toranj</a></li>
        </ul>