@@ -70,20 +70,20 @@ containing the positions for each element of the boxplots. Then
7070a second method, :func: `~matplotlib.Axes.bxp ` is called to draw the boxplots
7171based 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
7474generate boxplots from data in one step. But now the user has the
7575flexibility 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
7979Lastly, each artist (e.g., the box, outliers, cap, notches) can now be
8080toggled on or off and their styles can be passed in through individual
8181kwargs. 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
8888Support for datetime axes in 2d plots
8989`````````````````````````````````````
0 commit comments