We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99965bd commit b989445Copy full SHA for b989445
galleries/plot_types/arrays/imshow.py
@@ -19,6 +19,6 @@
19
# plot
20
fig, ax = plt.subplots()
21
22
-ax.imshow(Z)
+ax.imshow(Z, origin='lower')
23
24
plt.show()
0 commit comments