Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37f08ba

Browse filesBrowse files
committed
Merge pull request #5644 from matplotlib/WeatherGod-docfix
DOC: Fix typo in pyplot_scales.py
1 parent 6f0e6ad commit 37f08ba
Copy full SHA for 37f08ba

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/pyplots/pyplot_scales.py

Copy file name to clipboardExpand all lines: doc/pyplots/pyplot_scales.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.