Closed Octogonapus closed 3 years ago
I think this is a problem that need to be solved by AbstractPlotting, right @SimonDanisch?
I think it needs to define the
save(::FileIO.Formatted, ::Union{Figure, AbstractPlotting.FigureAxisPlot, Scene})
This ambiguity only uses AbstractPlotting types, and types/functions from one of its depenencies: FileIO. I think one can generate this ambiguity just with AbstactPlotting. It would be useful to make a MWE and open issue there, linking back to this one
This seems to be a similar issue to https://github.com/JuliaPlots/GLMakie.jl/pull/164
I am using Julia 1.5.3, ReferenceTests v0.9.5, FileIO v1.6.4, and GLMakie v0.1.30.
This code:
results in this exception: