Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in variable declaration in matplotlib SpikesPlot
  • Loading branch information
philippjfr committed Dec 21, 2015
1 parent 4daf00f commit 4873990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/chart.py
Expand Up @@ -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


Expand Down

0 comments on commit 4873990

Please sign in to comment.