blob: fe885602cc7f629e8865ad92ffbfe3daa7b27423 [file] [log] [blame]
avm99963c3b457a2020-07-21 14:23:15 +02001name = ARG1
2codeName = ARG2
3fileName = ARG3
4
5filesPrefix = '/tmp/covid19graphgenerator-'
6
7set terminal svg size 500, 500
8set output '/tmp/covid19graphgenerator-area-'.codeName.'-graph.svg'
9
avm99963c3b457a2020-07-21 14:23:15 +020010load "includes/plotCustomGraph.gnu"
11
12set terminal png size 500, 500
13set output '/tmp/covid19graphgenerator-area-'.codeName.'-graph.png'
14
15set pointsize 1
16load "includes/plotCustomGraph.gnu"