|
From: Hans-Bernhard B. <br...@ph...> - 2004-12-09 16:10:49
|
Mike Barnsley wrote: > I'm not entirely certain, but the command > > set term png > > appears to behave differently in gnuplot version 4.0 (patchlevel 0) under > GNU/Linux and MS Windows. Is this correct? It can be --- depending on things you didn't tell us, like which PNG driver those two gnuplot executables are using, and if they're *really* both version 4.0.0. Compare 'show version long' output of both machines, paying extra close attention to the list of "compile options". Odds are your Linux build doesn't have the GD library compiled in because it wasn't found. |