Skip to content

Commit

Permalink
Merge pull request #28253 from meeseeksmachine/auto-backport-of-pr-28…
Browse files Browse the repository at this point in the history
…252-on-v3.9.x

Backport PR #28252 on branch v3.9.x (DOC: Flip the imshow plot types example to match the other examples)
  • Loading branch information
timhoffm committed May 17, 2024
2 parents c0ed7a5 + fefe7d2 commit 66a2695
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 66a2695

Please sign in to comment.