Skip to content

Instantly share code, notes, and snippets.

View anonyth's full-sized avatar

Anthony Cast anonyth

View GitHub Profile
@anonyth
anonyth / keybase.md
Created October 5, 2017 18:26
Keybase proof

Keybase proof

I hereby claim:

  • I am anonyth on github.
  • I am anonyth (https://keybase.io/anonyth) on keybase.
  • I have a public key ASAX_c2SGIztZYEYbcFh49eWtaxwchksvlPMaVdXyFam8Qo

To claim this, I am signing this object:

@anonyth
anonyth / max-delays.py
Created June 5, 2018 23:38
delay analysis of Trimet MAX routes
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#%%: import libraries
import pandas as pd
import matplotlib as plt
#%%: set increased ipython terminal width for local Spyder IDE
pd.set_option('display.width', 300)
typeface = {'fontname':'Helvetica'}