You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot "/root/templog.csv" using 1:2 with points pointtype 7 pointsize 1 linetype 3 notitle, "/root/templog.csv" using 1:2 smooth csplines title "Livingroom"
# Plot Outside temp graph
set output '/var/www/outside.png'
plot "/root/outsidetemp.csv" using 1:2 with dots notitle, "/root/outsidetemp.csv" using 1:2 smooth csplines linetype 9 title "Outside"