Skip to content

wragge/trove-newspaper-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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()

Example chart

View live

##Trove newspaper articles by year for a given state

create_state_total_graph('vic')

Example chart

View live

##Trove newspaper articles by year for all states

create_state_totals_graph()

Example chart

View live