JuliaGeometry / JuliaGeometry/Contour.jl
Isobands: Feature Request?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 46
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
How complicated would it be to add isobands?
I'm coming from Makie issue #796: For its filled contours, Makie currently uses (a wrapper of) R's isoband package, which does not allow for curvilinear grids (matrix x and y inputs)... But Contour.jl does, and contours for curvilinear grids were recently added to Makie in PR#4670! So maybe a isoband-enabled Contour.jl would make filled contours work too (and remove a Makie dependency)? Pinging @asinghvi17 to correct me if I said something wrong or if he thinks this is not the way to go!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review Contour.jl's existing contour implementation alongside Makie issue #796 and PR #4670. Compare the requested behavior with R's isoband package, especially for curvilinear grids. Done would mean a decided, documented approach for adding isobands and enabling filled contours without Makie's current dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100