Skip to content

Instantly share code, notes, and snippets.

@CamDavidsonPilon
Created August 22, 2014 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CamDavidsonPilon/e7fcbc9a3df748380dc0 to your computer and use it in GitHub Desktop.
Save CamDavidsonPilon/e7fcbc9a3df748380dc0 to your computer and use it in GitHub Desktop.
from demographica import TOTALS
brit = TOTALS.ix['Brittany', 'F', : ]
brit.columns = ['Brittany']
sandra = TOTALS.ix['Sandra', 'F', :]
sandra.columns = ['Sandra]
ax = brit.plot()
sandra.plot(ax=ax,rot=25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment