From: Stavros M. <mac...@us...> - 2025-06-23 16:23:01
|
Sure, linearray = 1000 seems OK. I pretty often use matrices just as a display mechanism. --- **[bugs:#4558] Can't control matrix 2d print formatting** **Status:** open **Group:** None **Labels:** display2d matrix **Created:** Thu May 15, 2025 06:26 PM UTC by Stavros Macrakis **Last Updated:** Sun Jun 22, 2025 06:43 PM UTC **Owner:** nobody Displaying ``genmatrix(lambda([i,j],0),40,3)`` gives a nice 2d display. But ``...,41,3)`` uses the linear form. This is controlled by the clause ``(if (> (+ height depth) (length linearray))`` in ``dim-$matrix`` and as far as I can tell cannot be controlled by the user -- ``linearray`` is always of length 80. Should we add a global ``max_2d_display_height``or something? Is it enough for that to change the size of ``linearray``? Maxima 5.47.0 SBCL 2.4.9 MacOS --- Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |