Plot quality



El s?b, 26-09-2009 a las 12:05 -0600, Robert Dodier escribi?:

> > draw3d(
> >    terminal = wxt,
> >    explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3));
> 
> Hmm, I don't see wxt or any wxfoo terminal type in the list shown
> by "set terminal". I have Gnuplot 4.2 on Linux and whatever is
> bundled with the Maxima installer for Windows (I checked both).
> Is there a plugin I can download? Or do I need to rebuild Gnuplot
> or download a new version or ??
> 
> Thanks for your help,
> 
> Robert Dodier


Before compiling Gnuplot, I install (in Ubuntu) the library

libwxgtk2.8-dev

After executing Gnuplot's configure command, it will tell you that the
wxt terminal is also available.

This library is also necessary for compiling wxmaxima. I don't know the
name of the corresponding rpm package for fedora (I think this is your
prefered linux) and other distributions.

In the Windows case, since wgnuplot is precompiled, there is not much to
do, I'm afraid. The person who compiles wgnuplot takes his own decisions
on the supported terminals and somehow you depend on them.

-- 
Mario