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 optional ε parameter to certain plot recipes #575

Closed
schillic opened this issue Aug 20, 2018 · 0 comments · Fixed by #1303
Closed

Add optional ε parameter to certain plot recipes #575

schillic opened this issue Aug 20, 2018 · 0 comments · Fixed by #1303
Assignees
Labels
performance 🐎 More efficient code plots 🎨 Related to plotting usability 🖱️ Simplifies the usage or interface

Comments

@schillic
Copy link
Member

Currently plot(Interval(1., 2.), 1e-2) fails because it falls back to the iterative refinement recipe, which requires a 2D set.
I suggest to add an optional ε parameter which is just ignored.

We should probably also do this for other plot recipes, such as the polytopic sets (see #574), if they do not get more precise with smaller ε.

@schillic schillic added performance 🐎 More efficient code usability 🖱️ Simplifies the usage or interface labels Aug 20, 2018
@mforets mforets added the plots 🎨 Related to plotting label Apr 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance 🐎 More efficient code plots 🎨 Related to plotting usability 🖱️ Simplifies the usage or interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants