change gnuplot terminal to svg
This commit is contained in:
parent
ac443230d2
commit
7b43085f84
4
plot.rb
4
plot.rb
|
@ -1,7 +1,7 @@
|
|||
users = ["christoffermadsen","jmaa","jacob","alexander"]
|
||||
log_dir = "./log/"
|
||||
plotstring = %Q[set terminal 'png' size 1000,400
|
||||
set output "/home/christoffermadsen/public_html/img/screenshot_count.png"
|
||||
plotstring = %Q[set terminal 'svg' size 1000,400
|
||||
set output "/home/christoffermadsen/public_html/img/screenshot_count.svg"
|
||||
set title "Screenshot count"
|
||||
set key bottom outside
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user