removing outliers
This commit is contained in:
@@ -181,7 +181,7 @@ def interactive_boxchart(datadf,fieldname,extratitle=''):
|
|||||||
hv.extension('bokeh')
|
hv.extension('bokeh')
|
||||||
|
|
||||||
boxwhiskers = hv.BoxWhisker(datadf,'date',fieldname)
|
boxwhiskers = hv.BoxWhisker(datadf,'date',fieldname)
|
||||||
boxwhiskers.opts(tools=TOOLS)
|
boxwhiskers.opts(tools=TOOLS,outlier_color='white')
|
||||||
|
|
||||||
|
|
||||||
plot = hv.render(boxwhiskers)
|
plot = hv.render(boxwhiskers)
|
||||||
|
|||||||
Reference in New Issue
Block a user