#Trove newspaper charts
Script to produce some useful charts displaying the numbers of digitised newspaper articles available through Trove.
##Configuration
You'll need a Trove API key and a user name and key for Plotly. Once you have these, add them to credentials-blank.py
and rename the file to credentials.py
.
##Trove newspaper articles by year
create_totals_graph()
##Trove newspaper articles by year for a given state
create_state_total_graph('vic')
##Trove newspaper articles by year for all states
create_state_totals_graph()