Matrix Printing #68
Replies: 4 comments 9 replies
-
In my pet project on Matricies, I essentially dodged this question on the back of this;
Which I totally agree with. What I want to see is very often context specific, in the most recent case 3dp, aligned on the '.', a col separator and a footer .
I think my only real suggestion would be to try and make that the "built in" made use of mechanisms which are exposed to the consumer, in case they did want to craft their own. |
Beta Was this translation helpful? Give feedback.
-
Not entirely sure what should be the default, but it would be nice to have a pure ASCII option, for terminals/backends with UTF-8 issues. For example: scala-native/scala-native#4144 |
Beta Was this translation helpful? Give feedback.
-
Added several matrix rendering options with configurable number formatting and column alignment. Currently supporting unaligned, left aligned, right aligned, center aligned, and aligned on decimal. Align on magnitude is tricky, but maybe soon. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The next version of SLASH will feature matrix rendering analogous to the features already supported for vectors. Besides the obvious CSV and TSV, what other ways should we print matrices?
We can support as many of them as we can name, but for the default, do any of these options appeal to you:
Or would you like to see something completely different?
How about the matrix header:
Care to weigh in: @Quafadas @JD557 @nightscape @philwalk ?
Beta Was this translation helpful? Give feedback.
All reactions