Am 23.02.2026 um 09:30 schrieb Sven Schreiber:
I'm using the panplot command (panel plot) in a script and want
to
increase the font size in the png or pdf output. In the GUI plot
editor it's easy - is it also somehow possible via scripted gnuplot
commands? I tried stuff like {set term pngcairo font "12,verdana"},
but that had no effect.
For the record, with the latest snapshot it is now possible to do this,
as in:
<hansl>
open penngrow
panplot Y --overlay --font="sans,8"
</hansl>
thanks
sven