You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I noticed that matrices with long symbolic equations are printed very shrink.
I found my own priting method and I suggest to align them by the longest term like this:
this is a good idea. I want the package to work well for numeric and symbolic values. I wonder what causes the big gaps between the columns? precision, suppress_small and suppress should have no effect here and there aren't really any other formatting options. It would be annoying to have to write the column layout code to fix this...
Hello,
I noticed that matrices with long symbolic equations are printed very shrink.
I found my own priting method and I suggest to align them by the longest term like this:
or:
Results without print_SE3:
Results with print_SE3:
I know that this function could be better so the inner columns should have less separation but I think it's good first step towards the good change.
The text was updated successfully, but these errors were encountered: