|
From: Ethan M. <merritt@u.washington.edu> - 2007-10-04 20:48:21
|
On Wednesday 03 October 2007 16:28, Tatsuro MATSUOKA wrote:
> --- Ethan A Merritt <merritt@u.washington.edu> wrote:
> I've now fixed this in CVS.
>
> ***
> Thanks! I have confirmed the fix.
>
>
> If the new Syntax is recommended, is the following right ?
>
> set terminal cgm {<mode>} {<color>} {<rotation>} {solid | dashed}
> {width <plot_width>} {linewidth <line_width>}
> {"<font>, <fontsize>"}
Not exactly. There should be a keyword "font" in front of the string:
set terminal cgm {<mode>} {<color>} {<rotation>} {solid | dashed}
{width <plot_width>} {linewidth <line_width>}
{font "<font>, <fontsize>"}
--
Ethan A Merritt
|