Compare commits

...

2 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 1b7c97a3a4
Finish slide deck 2020-09-18 18:28:24 +01:00
Starbeamrainbowlabs 8ea60c189e
GNUplot: change font size 2020-09-18 18:28:16 +01:00
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
set title graph_title
set xlabel "Epochs"
set ylabel metric_name
set key title "Legend"
set title graph_title font "Ubuntu,24"
set xlabel "Epochs" font "Ubuntu,20"
set ylabel metric_name font "Ubuntu,20"
set key title "Legend" font "Ubuntu,20"
set grid
set datafile separator "\t"