How to set key font size in gnuplot

gnugnuplot

How to set key(legend) font size in gnuplot?

I read the gnuplot introduction file and find no related configuration about this property. I can set font type and size for labels, tics, but only key can not be set the font?

Best Answer

The font for the key can be set in gnuplot 4.4. For example:

set key font ",20"

would set the size of the font to 20.