rtoy / maxima

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

show_id parameter causing error in draw_graph() function #3098

Closed rtoy closed 1 week ago

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:42:45 Created by *anonymous on 2008-08-27 14:24:13 Original: https://sourceforge.net/p/maxima/bugs/1483


(%i3) grid : graph_product(path_graph(8), path_graph(8))$ (%i4) draw_graph(grid)$

{draws 8x8 grid}

(%i5) draw_graph(grid, show_id=true)$ Maxima encountered a Lisp error:

Error in APPLY [or a callee]: Lisps arglist maximum surpassed

Automatically continuing. To reenable the Lisp debugger set *debugger-hook* to nil.

Maxima version: 5.16.3 Maxima build date: 22:48 8/24/2008 host type: i686-pc-mingw32 lisp-implementation-type: GNU Common Lisp (GCL) lisp-implementation-version: GCL 2.6.8

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:42:47 Created by nobody on 2008-08-27 14:25:04 Original: https://sourceforge.net/p/maxima/bugs/1483/#09cb


Logged In: NO

Email: tow_force at hotmail.com

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:42:50 Created by andrejv on 2008-08-29 07:01:27 Original: https://sourceforge.net/p/maxima/bugs/1483/#7f59


Logged In: YES user_id=1179910 Originator: NO

Fixed in share/draw/draw.lisp rev 1.36.

Andrej