From: Barton W. <wi...@un...> - 2024-10-28 15:13:42
|
Thanks for your contribution. Question: Am I correct that lisptree displays the internal structure when 'inflag' is true and otherwise shows the displayed structure? These examples work okay: (%i28) block([inflag : true], lisptree(a/b)); (%o28) *__. | | a ^__. | | b -1 (%i29) block([inflag : false], lisptree(a/b)); (%o29) /__. | | a b (%i30) Using command line Maxima, I get the nice two-dimensional display, but with wxMaxima, I get a one-dimensional display. Or is there a way to get the two-dimensional display with wxMaxima? --Barton ________________________________ From: Eduardo Ochs <edu...@gm...> Sent: Sunday, October 27, 2024 22:55 To: Daniel Volinski <dan...@ya...> Cc: max...@li... <max...@li...> Subject: Re: [Maxima-discuss] LispTree: Draw Maxima objects as trees (using Lisp) Caution: Non-NU Email Hi all! Now I can make a real, no-longer-preliminary announcement! Now LispTree has a home page and its code is, ahem, good enough! Title: LispTree: Draw Maxima objects as trees (using Lisp) Page: https://urldefense.com/v3/__http://anggtwu.net/lisptree.html__;!!PvXuogZ4sRB2p-tU!ADIaOTM-5Js_AOQU1yqOAtiyTd187Vym2jRLA4dVs6ZBxgIQMkt5rxDHDnZl0kJa2_dgJHHJaBuxntKeud0$ At the very least LispTree is much better than LuaTree. The problems with LuaTree are explained here: Page: https://urldefense.com/v3/__http://anggtwu.net/luatree.html__;!!PvXuogZ4sRB2p-tU!ADIaOTM-5Js_AOQU1yqOAtiyTd187Vym2jRLA4dVs6ZBxgIQMkt5rxDHDnZl0kJa2_dgJHHJaBuxdaApkH8$ Cheers =), Eduardo Ochs https://urldefense.com/v3/__http://anggtwu.net/eev-maxima.html__;!!PvXuogZ4sRB2p-tU!ADIaOTM-5Js_AOQU1yqOAtiyTd187Vym2jRLA4dVs6ZBxgIQMkt5rxDHDnZl0kJa2_dgJHHJaBuxnOSKNoo$ On Sat, 26 Oct 2024 at 09:52, Eduardo Ochs <edu...@gm...> wrote: > On Sat, 26 Oct 2024 at 03:34, Daniel Volinski via Maxima-discuss > <max...@li...> wrote: > > (...) _______________________________________________ Maxima-discuss mailing list Max...@li... https://urldefense.com/v3/__https://lists.sourceforge.net/lists/listinfo/maxima-discuss__;!!PvXuogZ4sRB2p-tU!ADIaOTM-5Js_AOQU1yqOAtiyTd187Vym2jRLA4dVs6ZBxgIQMkt5rxDHDnZl0kJa2_dgJHHJaBuxUzQRqOo$ |