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

Skip to content

Commit 66a2695

Browse files
authored
Merge pull request #28253 from meeseeksmachine/auto-backport-of-pr-28252-on-v3.9.x
Backport PR #28252 on branch v3.9.x (DOC: Flip the imshow plot types example to match the other examples)
2 parents c0ed7a5 + fefe7d2 commit 66a2695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/plot_types/arrays/imshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# plot
2020
fig, ax = plt.subplots()
2121

22-
ax.imshow(Z)
22+
ax.imshow(Z, origin='lower')
2323

2424
plt.show()

0 commit comments

Comments
 (0)