Skip to content

Commit

Permalink
Merge pull request #5644 from matplotlib/WeatherGod-docfix
Browse files Browse the repository at this point in the history
DOC: Fix typo in pyplot_scales.py
  • Loading branch information
tacaswell committed Dec 9, 2015
1 parent 6f0e6ad commit 37f08ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pyplots/pyplot_scales.py
Expand Up @@ -34,7 +34,7 @@
plt.grid(True)

# logit
plt.subplot(223)
plt.subplot(224)
plt.plot(x, y)
plt.yscale('logit')
plt.title('logit')
Expand Down

0 comments on commit 37f08ba

Please sign in to comment.