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

Add plotting support for unbounded intervals #110

Open
omus opened this issue Jun 23, 2020 · 0 comments
Open

Add plotting support for unbounded intervals #110

omus opened this issue Jun 23, 2020 · 0 comments
Labels

Comments

@omus
Copy link
Collaborator

omus commented Jun 23, 2020

The PR which added support for unbounded intervals did not add support for plotting them.

It was briefly looked into and the main issue is that an unbounded interval should print for +/- infinity or typemax / typemin but from some initial experimentation it appears that lines created this way are too large and are just not plotted at all.

The other less pressing issue is that we need a different marker to display an unbounded endpoint. My initial thoughts were to use no marker for unbounded and use custom markers to create shapes that look like square bracket and parenthesis to represent closed/open intervals.

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

No branches or pull requests

2 participants