Skip to content

Commit

Permalink
Turn off map triplicates for ebola
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneymbell committed May 24, 2017
1 parent b316694 commit 00f7aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebola/ebola.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
date_range['date_min'] = ebola.tree.getDateMin()
date_range['date_max'] = ebola.tree.getDateMax()
ebola.export(controls = attribute_nesting, date_range = date_range, geo_attributes = geo_attributes,
color_options=color_options, panels=panels)
color_options=color_options, panels=panels, defaults = {'mapTriplicate': False})

# plot an approximate skyline
plot_skyline = False
Expand Down

0 comments on commit 00f7aeb

Please sign in to comment.