GNUplot: change font size

这个提交包含在:
Starbeamrainbowlabs 2020-09-18 18:28:16 +01:00
父节点 60cd7ef5bb
当前提交 8ea60c189e
签署人:: sbrl
GPG 密钥 ID: 1BE5172E637709C2
共有 1 个文件被更改,包括 4 次插入4 次删除

查看文件

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