JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.84k stars 357 forks source link

_mock backend #2361

Open BeastyBlacksmith opened 4 years ago

BeastyBlacksmith commented 4 years ago

How about a _mock backend that just returns the Plot as a dictionary to use for tests and development? Could definetly live on a dev branch. Otherwise we could give it a method that prints its state to a file for debugging/ issue purposes.

asinghvi17 commented 4 years ago

Would that not be encompassed (potentially) by some component of the HDF5 "backend"?