Increase font size in octave legend?
octave
Solution
This worked for me (kubuntu 9.04, octave 3.2.2)
print("plot.eps","-deps", "-F:30")
This forces all text elements in figure to be printed with font size 30. See also octave function: print.
Problem
Does anyone know how to increase legend font-size in octave?