8000 Fix textcoords warning in Pong example. · matplotlib/matplotlib@15c774e · GitHub
[go: up one dir, main page]

Skip to content

Commit 15c774e

Browse files
committed
Fix textcoords warning in Pong example.
1 parent c83c415 commit 15c774e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/event_handling/pipong.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def __init__(self, ax):
178178
verticalalignment='center',
179179
horizontalalignment='center',
180180
multialignment='left',
181-
textcoords='axes fraction',
181+
xycoords='axes fraction',
182182
animated=False)
183183
self.canvas.mpl_connect('key_press_event', self.on_key_press)
184184

0 commit comments

Comments
 (0)
0