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

Skip to content

Commit fb4d7b7

Browse files
committed
Merge pull request #5644 from matplotlib/WeatherGod-docfix
DOC: Fix typo in pyplot_scales.py
2 parents 5261604 + d31f413 commit fb4d7b7

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)