Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit badf9ec

Browse files
committed
DOC : fixed markup / boxplot text in whats_new
1 parent 27e853c commit badf9ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/users/whats_new.rst

Lines 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)