8000 Flip the imshow plot types example to match the other examples · matplotlib/matplotlib@b989445 · GitHub
[go: up one dir, main page]

Skip to content

Commit b989445

Browse files
Flip the imshow plot types example to match the other examples
1 parent 99965bd commit b989445

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)
0