Skip to content

Commit

Permalink
Fix typo in pyplot_scales.py
Browse files Browse the repository at this point in the history
Closes #5642
  • Loading branch information
WeatherGod committed Dec 9, 2015
1 parent 5261604 commit d31f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pyplots/pyplot_scales.py
Original file line number Diff line number Diff line change
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 d31f413

Please sign in to comment.