From 4873990f30664ef9714cae46b279dcbf64bf4fc8 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Mon, 21 Dec 2015 08:57:54 +0000 Subject: [PATCH] Fixed typo in variable declaration in matplotlib SpikesPlot --- holoviews/plotting/mpl/chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holoviews/plotting/mpl/chart.py b/holoviews/plotting/mpl/chart.py index 68ba619822..d3bf86e5a4 100644 --- a/holoviews/plotting/mpl/chart.py +++ b/holoviews/plotting/mpl/chart.py @@ -1032,7 +1032,7 @@ def get_data(self, element, ranges): if self.color_index < ndims: cdim = dimensions[self.color_index] array = element.dimension_values(cdim) - clime = ranges[cdim] + clim = ranges[cdim] return data, array, clim