This commit is contained in:
xbl
2025-07-17 21:35:31 +02:00
commit 1bd6a2679b
10 changed files with 679 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
datafile = ARG1
outfile = ARG2
set terminal pngcairo size 1000,200 transparent enhanced
unset xlabel
unset ylabel
unset xtics
unset ytics
unset grid
set margins 0,0,0,0
set border 0
set size ratio 0.2
set xdata time
set timefmt "%Y%m%d%H%M"
#set xrange reverse
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