Skip to content

Commit

Permalink
Merge pull request #28252 from scottshambaugh/plot_types_imshow_flip
Browse files Browse the repository at this point in the history
DOC: Flip the imshow plot types example to match the other examples
  • Loading branch information
story645 committed May 17, 2024
2 parents 99965bd + b989445 commit f0f204e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galleries/plot_types/arrays/imshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
# plot
fig, ax = plt.subplots()

ax.imshow(Z)
ax.imshow(Z, origin='lower')

plt.show()

0 comments on commit f0f204e

Please sign in to comment.