change gnuplot terminal to svg

This commit is contained in:
Christoffer Müller Madsen 2017-01-24 17:42:54 +01:00
parent ac443230d2
commit 7b43085f84

View File

@ -1,7 +1,7 @@
users = ["christoffermadsen","jmaa","jacob","alexander"] users = ["christoffermadsen","jmaa","jacob","alexander"]
log_dir = "./log/" log_dir = "./log/"
plotstring = %Q[set terminal 'png' size 1000,400 plotstring = %Q[set terminal 'svg' size 1000,400
set output "/home/christoffermadsen/public_html/img/screenshot_count.png" set output "/home/christoffermadsen/public_html/img/screenshot_count.svg"
set title "Screenshot count" set title "Screenshot count"
set key bottom outside set key bottom outside