diff --git a/holoviews/plotting/bokeh/chart.py b/holoviews/plotting/bokeh/chart.py index 80de1d2639..912e9f39b4 100644 --- a/holoviews/plotting/bokeh/chart.py +++ b/holoviews/plotting/bokeh/chart.py @@ -245,7 +245,7 @@ def get_data(self, element, ranges, style): rads = element.dimension_values(2) if self.invert_axes: xidx, yidx = (1, 0) - rads = rads+1.5*np.pi + rads = np.pi/2 - rads else: xidx, yidx = (0, 1) lens = self._get_lengths(element, ranges)/input_scale