UESPWiki:DailyEdits/dailyedits-plot.cfg

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search
set term png medium
# Change the following path to where you want the file output
set output "/tmp/dailyedits.png"
set size 1.5,1.2
set yrange [0:]
set xlabel "Date"
set xtics rotate
set ylabel "Daily Edits"
set xdata time
set timefmt "%Y%m%d"
set format x "%Y-%m"
set timestamp '%Y-%m-%dT%T%z' 0,0 "small"
plot "/tmp/dailyedits.dat" using 2:1 title "" w lines