Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle line breaks so that formatted components line up across multiple lines #5

Open
gwgundersen opened this issue Apr 28, 2016 · 0 comments

Comments

@gwgundersen
Copy link
Collaborator

For example, if the terminal window is small, we might have:

[[[    0.0000    0.0000    0.0000
    0.0000    0.0000],

Rather than:

[[[    0.0000    0.0000    0.0000
       0.0000    0.0000],

This already works for 1D arrays. See _format_vector and generalize it if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants