blob: 665641d40012472bf79775226d73628d020769e8 [file] [log] [blame]
filesPrefix = '/tmp/covid19graphgenerator-'
set terminal svg size 1200, 1200
set output '/tmp/covid19graphgenerator-output.svg'
set pointsize 0.75
load "includes/plotAllGraphs.gnu"
set terminal png size 1600, 1600
set output '/tmp/covid19graphgenerator-output.png'
set pointsize 1
load "includes/plotAllGraphs.gnu"