Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fb2a08

Browse files
committed
Merge remote-tracking branch 'upstream/v1.5.0-doc' into v1.5.x
2 parents 6062c2f + 37f08ba commit 8fb2a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pyplots/pyplot_scales.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
plt.grid(True)
3535

3636
# logit
37-
plt.subplot(223)
37+
plt.subplot(224)
3838
plt.plot(x, y)
3939
plt.yscale('logit')
4040
plt.title('logit')

0 commit comments

Comments
 (0)