From: <mi...@ph...> - 2004-08-20 06:43:35
|
> On Thursday 19 August 2004 10:55 pm, mi...@ph... wrote: >> Exactly. Setting "enhanced" could be the first candidate of its use. >> Second could be "font 'Helvetica' 12". > > I'm right with you. I added both these, and updated enhancedtext.dem > to use the new command. It's in CVS already, although it is possible > that more error-checking is needed. It would be cool if it is supports changing fontsize during multiplot, e.g. set term post set multiplot set termoptions fsize 12 set size 1,1 plot x set size 0.5,0.5 set origin _somewhere_ set termoptions fsize 9 plot 1-x unset multiplot Does this work? > There really aren't that many options that currently apply to multiple > terminal types. For instance, I think "set term <foo> linewidth <n>" > would be nice in general, but so far it only works for PostScript. I've just found that fig terminal calls it "thickness". That could be unified to "lw|linewidth". Maybe "color" and "monochrome" could be other options. --- PM |