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

improved show does not compatify output #154

Open
jaakkor2 opened this issue Jan 24, 2023 · 0 comments
Open

improved show does not compatify output #154

jaakkor2 opened this issue Jan 24, 2023 · 0 comments

Comments

@jaakkor2
Copy link
Contributor

#150 improved show, but now

using LibGEOS
ls = LineString([[cosd(a), sind(a)] for a in range(0, stop=360, length=1000)])

more than fills the screen. Compactified output of display would be preferable (similar to how rand(100,100) fills only one screen on REPL).

Also, note that ?show says

The representation used by show generally includes Julia-specific formatting and type information, and should be parseable Julia code when possible.

Therefore, I think readgeom("POLYGON ((0 0, 1 0, 0 1, 0 0))") style has merits for show. Output of display could be POLYGON ((0 0, 1 0, 0 1, 0 0)).

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

1 participant