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
allows to create plot recipes in a similar way to Makie. However, I'm not sure if something like observables are supported or in which way time dependent stuff should be done. By supporting Plots.jl we would get a lot of different backends matplotlib,plotly,pgfplots, unicodeplots etc
The text was updated successfully, but these errors were encountered:
Currently there is no support for colored triangles, which makes this not really possible at the moment. Probably better to simply write a PGFPlots plotter and don't support the other Plots backends
Although I like Plots.jl too, I would anyway stall the support for now until our intermediate layer has stabilized. Otherwise we are likely spending much work on refactoring the backend codes over and over again.
https://juliaplots.org/RecipesBase.jl/dev/
allows to create plot recipes in a similar way to
Makie
. However, I'm not sure if something like observables are supported or in which way time dependent stuff should be done. By supporting Plots.jl we would get a lot of different backends matplotlib,plotly,pgfplots, unicodeplots etcThe text was updated successfully, but these errors were encountered: