Skip to content

Commit

Permalink
Update holoviews/plotting/bokeh/stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 31, 2020
1 parent 865728d commit 97a946a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def get_data(self, element, ranges, style):
factors.append(label)

# Compute statistics
vals = element.interface.values(g, vdim, compute=False)
vals = g.interface.values(g, vdim, compute=False)
q1, q2, q3, upper, lower, outliers = self._box_stats(vals)

# Add to CDS data
Expand Down

0 comments on commit 97a946a

Please sign in to comment.