Implementing the bubble plot to visualize the climate models requires the following steps: - [x] DataManager: load [input data](https://github.com/jonaslenz/RUINS_hydropaper/blob/teststreamlit/data/cordex_krummh_nobias_chk_f32_ET.csv) (.csv format) -> **this is the same data as discussed here:** https://github.com/hydrocode-de/RUINSapp/issues/81 - [x] Recycle the [plotting function](https://github.com/jonaslenz/RUINS_hydropaper/blob/teststreamlit/bubbles.py) from @jonaslenz - [x] Implement a demo app to show the bubble plot, we can start from the [implementation](https://github.com/jonaslenz/RUINS_hydropaper/blob/teststreamlit/bubb.py) by @jonaslenz - [ ] Decide where to show the bubble plot. - [ ] Write a (detailed) explainer for the plot. - [ ] Customization of the plot and streamlit application (e.g. hierarchy level selection, plotly?) A `Learn More` button could be added to the RCP selection that displays the bubble plot along with an explanation in an expander.
Implementing the bubble plot to visualize the climate models requires the following steps:
A
Learn Morebutton could be added to the RCP selection that displays the bubble plot along with an explanation in an expander.