Search code examples
gnugnuplot

how to set key font size in gnuplot?


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?


Solution

  • 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.