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.
1 parent c0ed7a5 commit fefe7d2Copy full SHA for fefe7d2
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