Skip to content

Commit 70957d8

Browse files
authored
Merge pull request #22032 from anntzer/flipy
flipy only affects the drawing of texts, not of images.
2 parents b57506e + d90db9e commit 70957d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def flipy(self):
635635
"""
636636
Return whether y values increase from top to bottom.
637637
638-
Note that this only affects drawing of texts and images.
638+
Note that this only affects drawing of texts.
639639
"""
640640
return True
641641

0 commit comments

Comments
 (0)