Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make BaseGraph to set expected behaviour for each Graph object #23

Open
khillion opened this issue Sep 11, 2020 · 0 comments
Open

Make BaseGraph to set expected behaviour for each Graph object #23

khillion opened this issue Sep 11, 2020 · 0 comments
Labels
architecture structure of the project exploration explore documentation and bibliography about the topic module: plot refactoring

Comments

@khillion
Copy link
Member

Description

For the moment, Graph objects are only available for Histogram and BarGraph 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 the graph_object from plotly. This would allow to assemble several figures together but also use the figure differently.

@khillion khillion added module: plot architecture structure of the project refactoring exploration explore documentation and bibliography about the topic labels Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture structure of the project exploration explore documentation and bibliography about the topic module: plot refactoring
Projects
None yet
Development

No branches or pull requests

1 participant