Skip to content

Commit

Permalink
Fixed bug on Arrow annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 13, 2017
1 parent 47f7030 commit 25b6a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/element/annotation.py
Expand Up @@ -167,7 +167,7 @@ def dimension_values(self, dimension, expanded=True, flat=True):
elif index == 1:
return np.array([self.y])
else:
return super(Text, self).dimension_values(dimension)
return super(Arrow, self).dimension_values(dimension)



Expand Down

0 comments on commit 25b6a1c

Please sign in to comment.