forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Rewrite the example illustrating bxp()
Previously, the example essentially replicated illustrations of a lot of styling variants, which have already been shown for `boxplot()`. Compare: - https://matplotlib.org/3.8.3/gallery/statistics/bxp.html - https://matplotlib.org/3.8.3/gallery/statistics/boxplot.html I believe it's not necessary to iterate through all that again. Instead, this rewrite focuses on the relation between `boxplot_stats()`, `bxp()` and `boxplot`. And it shows how to use `bxp()` in isolation.
- Loading branch information
Showing
1 changed file
with
43 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters