Skip to content

Commit

Permalink
Merge pull request #3430 from tacaswell/whats_new_fix
Browse files Browse the repository at this point in the history
DOC : fixed markup / boxplot text in whats_new
  • Loading branch information
jenshnielsen committed Aug 28, 2014
2 parents f8d31fc + badf9ec commit 7ab7bc2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/users/whats_new.rst
Expand Up @@ -70,20 +70,20 @@ containing the positions for each element of the boxplots. Then
a second method, :func:`~matplotlib.Axes.bxp` is called to draw the boxplots
based on the stats.

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

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

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

Support for datetime axes in 2d plots
`````````````````````````````````````
Expand Down

0 comments on commit 7ab7bc2

Please sign in to comment.