modified: data/plot.gp
modified: html/style.css modified: index.sh
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user