Issue
I wanted the imshow()
function in matplotlib.pyplot
to display images the opposite way, i.e upside down. Is there a simple way to do this?
Solution
Specify the keyword argument origin='lower'
or origin='upper'
in your call to imshow
.
Answered By - wim
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.