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 5261604 commit d31f413Copy full SHA for d31f413
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