how to set key font size in gnuplot?

victor picture victor · Sep 28, 2011 · Viewed 79.9k times · Source

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?

Answer

Woltan picture Woltan · Sep 28, 2011

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.