JuliaApproximation / JuliaApproximation/MultivariateOrthogonalPolynomials.jl
Fix plotting
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 20
- Forks
- 6
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 1
Description
Plotting on the disk using Plots.jl is basically broken:
I suspect the best thing to do is forget about Plots.jl and focus on Makie.jl which I believe has advanced a lot. The catch is we probably don't want to make Makie.jl a dependency and there isn't a lightweight recipes package like in Plots.jl.
We also need to get it to use inverse transforms to compute the values.
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
Start by reproducing the disk-plotting failure shown in the issue and inspect the repository's existing plotting implementation. Compare the available Plots.jl and Makie.jl approaches while accounting for the dependency constraint and inverse-transform requirement. Done means disk plotting works correctly and uses inverse transforms for the computed values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100