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 6062c2f + 37f08ba commit 8fb2a08Copy full SHA for 8fb2a08
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