avm99963 | 00a4003 | 2020-05-07 21:02:32 +0200 | [diff] [blame] | 1 | filesPrefix = '/tmp/covid19graphgenerator-' |
| 2 | |
| 3 | set terminal svg size 1200, 1200 |
| 4 | set output '/tmp/covid19graphgenerator-output.svg' |
| 5 | |
avm99963 | c3b457a | 2020-07-21 14:23:15 +0200 | [diff] [blame] | 6 | load "includes/plotAllGraphs.gnu" |
avm99963 | 00a4003 | 2020-05-07 21:02:32 +0200 | [diff] [blame] | 7 | |
| 8 | set terminal png size 1600, 1600 |
| 9 | set output '/tmp/covid19graphgenerator-output.png' |
| 10 | |
| 11 | set pointsize 1 |
avm99963 | c3b457a | 2020-07-21 14:23:15 +0200 | [diff] [blame] | 12 | load "includes/plotAllGraphs.gnu" |