GNUplot: change font size

Este commit está contenido en:
Starbeamrainbowlabs 2020-09-18 18:28:16 +01:00
padre 60cd7ef5bb
commit 8ea60c189e
Firmado por: sbrl
ID de clave GPG: 1BE5172E637709C2
Se han modificado 1 ficheros con 4 adiciones y 4 borrados

Ver fichero

@ -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"