|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-02-04 21:33:03
|
Tatsuro MATSUOKA wrote: > gnuplot> set term svg > ^ > unknown or ambiguous terminal type; type just 'set terminal' for a list > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Is this a bug ? Not quite. It's a completely accurate message: in this gnuplot binary, 'svg' is an ambiguous terminal name. It could match either 'svga' or 'svg'. And somebody decided that gnuplot should output an error message in this case. The code is supposed to be able to recognize an exact match and report it in spite of the ambiguity, but somehow this failed. |