Make BaseGraph
to set expected behaviour for each Graph
object
#23
Labels
architecture
structure of the project
exploration
explore documentation and bibliography about the topic
module: plot
refactoring
Description
For the moment,
Graph
objects are only available forHistogram
andBarGraph
and the behaviour is to have a method to plot one graph.The idea would be to add a way to retrieve the fig object of the graph in order to both be able to plot (directly/save in file) but also get the
fig
instance or at least thegraph_object
from plotly. This would allow to assemble several figures together but also use the figure differently.The text was updated successfully, but these errors were encountered: