edgi-govdata-archiving / ECHO-Cross-Program

Jupyter Notebooks for ECHO that use data from multiple EPA programs
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-Cross-Program/blob/master/ECHO-Cross-Programs.ipynb
GNU General Public License v3.0
8 stars 5 forks source link

Make charts pretty #52

Closed ericnost closed 4 years ago

ericnost commented 4 years ago

@Frijol made some very helpful changes to the charts in the COVID notebook here: https://github.com/edgi-govdata-archiving/ECHO-COVID19 Look in particular at the def charter() code block and the block with the visualization parameters. This is quite the step up from our default charts and we should try to adopt it in this notebook.

Related to #48

shansen5 commented 4 years ago

We can make the charter() and mapper() functions from the COVID-19 repository general cross-notebook utilities, move them into ECHO_modules, and re-use them here.

ericnost commented 4 years ago

That's a good idea!