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 6f0e6ad commit 37f08baCopy full SHA for 37f08ba
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