Skip to content

Commit

Permalink
Merge pull request #3501 from cimarronm/text_xytext_bugfix
Browse files Browse the repository at this point in the history
BUG : Bugfix for text.xytext property
  • Loading branch information
tacaswell committed Sep 11, 2014
1 parent c103278 commit 0c7738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/text.py
Expand Up @@ -1647,7 +1647,7 @@ def textcoords(self, val):
@cbook.deprecated('1.4', message='Use `xyann` instead',
name='xytext', alternative='xyann')
def xytext(self):
self.xyann
return self.xyann

@xytext.setter
@cbook.deprecated('1.4', message='Use `xyann` instead',
Expand Down

0 comments on commit 0c7738a

Please sign in to comment.