Skip to content

Commit

Permalink
Add comment to check trav
Browse files Browse the repository at this point in the history
  • Loading branch information
stoltzmaniac committed Jan 8, 2019
1 parent 3daeb7f commit 238b2dc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -46,6 +46,7 @@ def altair_plot() -> alt.Chart:
data = analyze_csv()
base = alt.Chart(data)

# Build chart
bar = base.mark_bar().encode(
x=alt.X('latitude', bin=True, axis=None),
y='count()'
Expand Down

0 comments on commit 238b2dc

Please sign in to comment.