You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theSpecApi
in a more convenient and performant way in Makie.Currently the only supported keywords for the SciML Makie recipe are
SciMLBase.jl/ext/SciMLBaseMakieExt.jl
Lines 140 to 143 in de51914
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
The text was updated successfully, but these errors were encountered: