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

A method to print all columns #64

Open
mwsohn opened this issue Jul 7, 2018 · 2 comments
Open

A method to print all columns #64

mwsohn opened this issue Jul 7, 2018 · 2 comments

Comments

@mwsohn
Copy link

mwsohn commented Jul 7, 2018

The NamedArray I want to print has five columns. I use “print” function to print it. Only four columns are printed and the middle column is replaced by an ellipsis. Shouldn't there be a way to print all columns?

@davidavdav
Copy link
Owner

Probably. I don't know what the Julia approach for printing is, really. I've tried to make normal showing in the REPL work, and very similar to dense Arrays. But I am not sure if there is a statement "print this no matter how big it is going to be".

@dietercastel
Copy link
Contributor

AFAIK the printing of the ellipsis depends on the output size of your terminal. I don't think this is a NamedArrays issue as I seem to be able to print much longer NamedArrays just fine.

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

3 participants