modified: data/plot.gp

modified:   html/style.css
	modified:   index.sh
This commit is contained in:
root
2026-03-05 22:36:26 +01:00
parent b2338f3d60
commit 2242f21cf5
3 changed files with 55 additions and 9 deletions
+7 -2
View File
@@ -13,12 +13,17 @@ set margins 0,0,0,0
set border 0
set size ratio 0.2
# Find minimum value
stats datafile using 2 nooutput
min_y = STATS_min
set xdata time
set timefmt "%Y%m%d%H%M"
#set xrange reverse
set samples 500
set style fill transparent solid 0.5 border -1
set output outfile
plot datafile using 1:2 smooth csplines with filledcurves y1=0 linecolor rgb "#248BCC" notitle
plot datafile using 1:2 smooth bezier with filledcurves y1=min_y linecolor rgb "#248BCC" notitle