GNUplot: change font size

This commit is contained in:
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"