JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

Add plot recipes #38

Open dlfivefifty opened 5 years ago

daanhb commented 4 years ago

Plotting bounded domains could be somewhat generic if a domain supports a boundingbox function. That would allow for a grid on the bounding box, of which each point can be checked. We have the boundingbox function in FrameFun for other reasons.

Alternatively, some domains have a parameterization, which could be useful for plotting purposes as well. That would yield better resolution than a grid of points.

daanhb commented 7 months ago

Sounds like nowadays we could use package extensions for this purpose.