BayesTesting.jl icon indicating copy to clipboard operation
BayesTesting.jl copied to clipboard

Separate plots from computations

Open DominiqueMakowski opened this issue 7 years ago • 1 comments

Related to #4, having a "structure" for BayesTests would allow separating the plotting aspect: instead of creating a plot and returning it automatically, we could isolate the code and create methods for plot(x::BayesTest{BayesTestCorrelation}).

DominiqueMakowski avatar Sep 15 '18 08:09 DominiqueMakowski

Yes, the plotting ecosystem seems to be a bit of mess since v1.0 also, so separating them out makes a lot of sense. Unfortunately I have almost no experience with object oriented programming, so I have avoided that up to this point. I think it's a great idea, so if you have a good example I could look at, or want to have a go at a simple version, that would help a lot.

tszanalytics avatar Oct 07 '18 01:10 tszanalytics