|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-11-21 12:54:52
|
On 15.11.2010 21:54, James Platt wrote: > I installed gnuplot version 4.4.2. Installed --- how? > gnuplot> set term png size 2048,768 > ^ > line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list The error message is pretty clear, isn't it? The version of gnuplot you're running doesn't have the PNG terminal driver. So either you have to choose a different output format, or install gnuplot such that it has a PNG driver. |