Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d90db9e

Browse files
committed
flipy only affects the drawing of texts, not of images.
This can be checked by grepping for flipy in the codebase.
1 parent b57506e commit d90db9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
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)