Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding commonly used keywords for the Makie recipe? #702

Open
henry2004y opened this issue Jun 2, 2024 · 1 comment
Open

Adding commonly used keywords for the Makie recipe? #702

henry2004y opened this issue Jun 2, 2024 · 1 comment

Comments

@henry2004y
Copy link

As explained in https://docs.makie.org/v0.21/explanations/specapi#Using-specs-in-convert_arguments, it's not decided yet how to forward keyword arguments from plots(...; kw...) to convert_arguments for the SpecApi in a more convenient and performant way in Makie.

Currently the only supported keywords for the SciML Makie recipe are

function Makie.used_attributes(::Type{<:Plot}, integrator::SciMLBase.DEIntegrator)
(:plot_analytic, :denseplot, :plotdensity, :vars, :idxs)
end

I'm wondering if it is possible to some commonly used keyword arguments as a temporary workaround. For example, color, linewidth, linestyle, etc.

Related issue: MakieOrg/Makie.jl#3623

@ChrisRackauckas
Copy link
Member

Yes this is the main reason why Makie recipes are not prime time for us right now. I am not 100% sure if we have the tools with current Makie recipes to solve it, but if we do it would be nice to get some help to show us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants