JuliaApproximation / JuliaApproximation/ApproxFun.jl

Plotting with Makie

Open
#956 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
559
Forks
71
PR merge metrics
No merged PRs in 30d

Description

Plotting with Makie does not work:

using GLMakie
f = Fun(Taylor(),[1,2,3]) 
lines(f)

I think the idiomatic way would be to define an extension for Makie plots.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Julia example with GLMakie and inspect how ApproxFun.jl exposes Fun values to plotting. Review Julia package extension guidance and Makie's lines entry point; done means the example runs and produces a plot without breaking users who do not install Makie.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data-visualization
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.