elphick / sklearn-viz

Interactive visualisations to aid evaluation of scikit-learn models
https://elphick.github.io/sklearn-viz/
MIT License
0 stars 0 forks source link

MultiPlot to display multiple plotly plots. #41

Closed elphick closed 4 months ago

elphick commented 4 months ago

It is common to generate plotly plots inside a loop, however this presents a challenge to display each plot in the docs, without saving and hand coding include directives.

Develop a new class called MultiPlot that will allow plots to be generated in a loop, but to view all plots in the docs. At most, a single generically named rst include directive is to be provided by the user.

elphick commented 4 months ago

done in 0.5.0