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 82552d4

Browse filesBrowse files
committed
Merge pull request #4370 from johnyf/master
DOC : copy missing `manage_xticks` from `bxp` to `boxplot` docstring
1 parent 8ec6569 commit 82552d4
Copy full SHA for 82552d4

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3026,6 +3026,9 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
30263026
*meanprops*. Not recommended if *shownotches* is also True.
30273027
Otherwise, means will be shown as points.
30283028
3029+
manage_xticks : bool, default = True
3030+
If the function should adjust the xlim and xtick locations.
3031+
30293032
Returns
30303033
-------
30313034

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.