blob: 665641d40012472bf79775226d73628d020769e8 [file] [log] [blame]
avm9996300a40032020-05-07 21:02:32 +02001filesPrefix = '/tmp/covid19graphgenerator-'
2
3set terminal svg size 1200, 1200
4set output '/tmp/covid19graphgenerator-output.svg'
5
6set pointsize 0.75
avm99963c3b457a2020-07-21 14:23:15 +02007load "includes/plotAllGraphs.gnu"
avm9996300a40032020-05-07 21:02:32 +02008
9set terminal png size 1600, 1600
10set output '/tmp/covid19graphgenerator-output.png'
11
12set pointsize 1
avm99963c3b457a2020-07-21 14:23:15 +020013load "includes/plotAllGraphs.gnu"