Private
Public Access
1
0

removing outliers

This commit is contained in:
Sander Roosendaal
2019-03-03 21:20:41 +01:00
parent a4fdf00a45
commit 678b473c10

View File

@@ -181,7 +181,7 @@ def interactive_boxchart(datadf,fieldname,extratitle=''):
hv.extension('bokeh')
boxwhiskers = hv.BoxWhisker(datadf,'date',fieldname)
boxwhiskers.opts(tools=TOOLS)
boxwhiskers.opts(tools=TOOLS,outlier_color='white')
plot = hv.render(boxwhiskers)