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 badf9ec

Browse filesBrowse files
committed
DOC : fixed markup / boxplot text in whats_new
1 parent 27e853c commit badf9ec
Copy full SHA for badf9ec

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+7
-7
lines changed

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ containing the positions for each element of the boxplots. Then
7070
a second method, :func:`~matplotlib.Axes.bxp` is called to draw the boxplots
7171
based on the stats.
7272

73-
The :func:~matplotlib.pyplot.boxplot function can be used as before to
73+
The :func:`~matplotlib.pyplot.boxplot` function can be used as before to
7474
generate boxplots from data in one step. But now the user has the
7575
flexibility to generate the statistics independently, or to modify the
76-
output of :func:~matplotlib.cbook.boxplot_stats prior to plotting
77-
with :func:~matplotlib.Axes.bxp.
76+
output of :func:`~matplotlib.cbook.boxplot_stats` prior to plotting
77+
with :func:`~matplotlib.Axes.bxp`.
7878

7979
Lastly, each artist (e.g., the box, outliers, cap, notches) can now be
8080
toggled on or off and their styles can be passed in through individual
8181
kwargs. See the examples:
82-
:ref:`~examples/statistics/boxplot_demo.py` and
83-
:ref:`~examples/statistics/bxp_demo.py`
82+
:ref:`statistics-boxplot_demo` and
83+
:ref:`statistics-bxp_demo`
8484

85-
Added a bool kwarg, `manage_xticks`, which if False disables the management
86-
of the xtick and xlim by `boxplot`.
85+
Added a bool kwarg, :code:`manage_xticks`, which if False disables the management
86+
of the ticks and limits on the x-axis by :func:`~matplotlib.axes.Axes.bxp`.
8787

8888
Support for datetime axes in 2d plots
8989
`````````````````````````````````````

0 commit comments

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