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 5261604 + d31f413 commit fb4d7b7Copy full SHA for fb4d7b7
1 file changed
doc/pyplots/pyplot_scales.py
@@ -34,7 +34,7 @@
34
plt.grid(True)
35
36
# logit
37
-plt.subplot(223)
+plt.subplot(224)
38
plt.plot(x, y)
39
plt.yscale('logit')
40
plt.title('logit')
0 commit comments