Add optional ε parameter to certain plot recipes #575
Labels
performance 🐎
More efficient code
plots 🎨
Related to plotting
usability 🖱️
Simplifies the usage or interface
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 ε.
The text was updated successfully, but these errors were encountered: