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 99965bd + b989445 commit f0f204eCopy full SHA for f0f204e
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