Makie recipes?
Is your feature request related to a problem? Please describe.
It would be nice if Makie.plot(interpolation) just worked
Describe the solution you’d like
Add an extension for Makie.jl that defines Makie.convert_arguments for AbstractInterpolation objects.
@asinghvi17 can probably knock that out pretty quick using the Plots.jl ones.
Hmm probably. What are you interpolation?
Interpolating (autocorrect)
You can just sample any random timeseries
I think it's fairly straightforward, the question is what resolution to interpolate at to plot, and should that be tied to the plot resolution.
After that you just have a Vector of whatever is being interpolated.
We don't have access to plot resolution in convert so plot density is the next best thing