Page 1 of 1

Modify font/character size with SDDS

Posted: 05 Sep 2008, 08:15
by tennant
Hi Michael,

When I generate a multiple plots on a single page (i.e. sddsplot -layout=3,2 -sep, etc...) the font size (particularly on the horizontal axis) becomes very small. Is there a way to increase the font/character size? I searched the OAG manual and found the -labelSize option, but understand that this is obsolete.

Thanks,
chris

Re: Modify font/character size with SDDS

Posted: 06 Sep 2008, 21:01
by ywang25
You can try with -xLabel and -ticksettings options.
For example:
sddsplot -layout=3,2 -col=t,* reference/run.out run.out -gra=d,v -sep=names -group=names -xLabel=scale=1.5 -ticksettings=xscaleChars=2.5

Yusong