Skip to content

Commit

Permalink
Fixed bug in HeatmapPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 8, 2017
1 parent 29f47c9 commit b8289fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holoviews/plotting/mpl/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def _annotate_plot(self, ax, annotations):

def _annotate_values(self, element):
val_dim = element.vdims[0]
aggregate = element.gridded
vals = aggregate.dimension_values(2)
d1uniq, d2uniq = [element.dimension_values(i, False) for i in range(2)]
num_x, num_y = len(d1uniq), len(d2uniq)
Expand Down

0 comments on commit b8289fe

Please sign in to comment.