10000 DOC: Remove long uninstructive examples · matplotlib/matplotlib@6f1bf33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f1bf33

Browse files
committed
DOC: Remove long uninstructive examples
- [Hatch filled histogram](https://matplotlib.org/stable/gallery/lines_bars_and_markers/filled_step.html) Hatching in histograms is fully supported through #28073. This is [now simple](https://matplotlib.org/devdocs/gallery/statistics/histogram_multihist.html#hatch) and does warrant a dedicated example. - [Percentiles in horizontal bar charts](https://matplotlib.org/stable/gallery/statistics/barchart_demo.html) This is a very complex example. But in the end, it's just a bar plot with annotations. While it is statistics-themed through the use of perecntiles, the plot itself has no statistics-related characteristics.
1 parent c17197c commit 6f1bf33

File tree

4 files changed

+3
-353
lines changed

4 files changed

+3
-353
lines changed

doc/users/prev_whats_new/whats_new_1.5.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,6 @@ kwargs names is not ideal, but `.Axes.fill_between` already has a
368368

369369
This is particularly useful for plotting pre-binned histograms.
370370

371-
.. figure:: ../../gallery/lines_bars_and_markers/images/sphx_glr_filled_step_001.png
372-
:target: ../../gallery/lines_bars_and_markers/filled_step.html
373-
:align: center
374-
:scale: 50
375-
376371
Square Plot
377372
```````````
378373

galleries/examples/lines_bars_and_markers/filled_step.py

Lines changed: 0 additions & 237 deletions
This file was deleted.

galleries/examples/statistics/barchart_demo.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

galleries/examples/statistics/histogram_multihist.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
shape of a histogram. The Astropy docs have a great section on how to
1515
select these parameters:
1616
http://docs.astropy.org/en/stable/visualization/histogram.html
17+
18+
.. redirect-from:: /gallery/lines_bars_and_markers/filled_step
19+
1720
"""
1821
# %%
1922
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)
0