Thanks to visit codestin.com Credit goes to github.com
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.
2 parents c0ed7a5 + fefe7d2 commit 66a2695Copy full SHA for 66a2695
1 file changed
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