Is it possible to set the type size from the legend independend of the type size from the header? My problem is, that the legend should be smaller than the header. And how can i realize this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1. Yes
2. Short answer: RTFM! ;)
help set label
help set title...
You have an "font,size" option that gives you the possibility to use a different font and fontsize than the default. E.g.
set ylabel 'Precipitation [-]' 0.5,0 font "TimesBold, 12"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to set the type size from the legend independend of the type size from the header? My problem is, that the legend should be smaller than the header. And how can i realize this?
1. Yes
2. Short answer: RTFM! ;)
help set label
help set title...
You have an "font,size" option that gives you the possibility to use a different font and fontsize than the default. E.g.
set ylabel 'Precipitation [-]' 0.5,0 font "TimesBold, 12"
You're using somewhat uncostumary terms here. What is the 'header' supposed to be?
The font and size of the key entries (the 'legend') is governed by the terminal driver's default choice.