rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

gnuplot terminal type 'default' #3086

Closed rtoy closed 1 week ago

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:39:06 Created by bremner on 2008-08-04 15:09:41 Original: https://sourceforge.net/p/maxima/bugs/1471


A debian user reported the following problem with maxima 5.15.0. It seems not to be specific to Debian, so I am bringing it to your attention.

Thanks,

David

when plotting (with default gnuplot terminal or terminal set to ps to save the plot to a file) maxima yields the following:

[aguelzow@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,-1,1]); (%o1) (%i2) gnuplot> set term default (%i2) ^ line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list

A patch to fix this is available at:

http://www.math.utexas.edu/pipermail/maxima/2008/012746.html

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:39:08 Created by robert_dodier on 2008-08-16 00:42:07 Original: https://sourceforge.net/p/maxima/bugs/1471/#92f8


rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:39:11 Created by robert_dodier on 2008-08-16 00:42:07 Original: https://sourceforge.net/p/maxima/bugs/1471/#42c9


Logged In: YES user_id=501686 Originator: NO

Resolved by rr 1.129, 1.130 src/plot.lisp. Bug fix is in the 5.16 release branch. Closing this report as fixed.

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:39:15 Created by robert_dodier on 2022-03-07 19:18:26 Original: https://sourceforge.net/p/maxima/bugs/1471/#bc9b