I have recently upgraded to 5.15 and now get warning messages when
trying to plot:
------------------------------------------------------------------
[aguelzow at kirkman ~]$ maxima
Maxima 5.15.0 http://maxima.sourceforge.net
Using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (aka GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) plot2d(sin(x),[x,-10,10]);
gnuplot> set term default
^
line 0: unknown or ambiguous terminal type; type just 'set
terminal' for a list
(%o1)
(%i2)
------------------------------------------------------------------
Things work fine if I specify a specific gnuplot terminal:
------------------------------------------------------------------
(%i4) plot2d(sin(x),[x,-10,10],[gnuplot_term, wxt]);
(%o4)
------------------------------------------------------------------
but a siimilar error occurs if I specify [gnuplot_term, ps].
Any ideas? (I don't think that "default" or "ps" should ever be passed
to gnuplot since it doesn't know those terminal types.
Andreas
--
"Liberty consists less in acting according to
one's own pleasure, than in not being subject
to the will and pleasure of other people. It
consists also in our not subjecting the wills
of other people to our own." Rousseau
Prof. Dr. Andreas J. Guelzow
Dept. of Mathematical & Computing Sciences
Concordia University College of Alberta