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

[WORKFLOW] Streamline plotting methods #3

Open
amanmajid opened this issue Sep 26, 2023 · 0 comments
Open

[WORKFLOW] Streamline plotting methods #3

amanmajid opened this issue Sep 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@amanmajid
Copy link

amanmajid commented Sep 26, 2023

Description

The current workflow relies on a number of plotting libraries (e.g., matplotlib, basemap, plotly, seaborn etc.). This results in bloating of environments, which can give rise to conflicts. In addition, we shouldn't rely on matplotlib for geospatial visualisations given that there are much better solutions to do this.

I would therefore suggest we streamline plotting methods to use ONE library. Since most of our plots are currently made with plotly, we could just use that.

I think this mainly affects three functions in workflow/visualisations.py:

  • plot_transmission_capacity()
  • plot_transmission_flow()
  • trade_flow_chord()

I will begin rewriting these using plotly

@amanmajid amanmajid added the bug Something isn't working label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant