8000 DOC: Remove long uninstructive examples · timhoffm/matplotlib@b8528cd · GitHub
[go: up one dir, main page]

Skip to content

Commit b8528cd

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 matplotlib#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 b8528cd

File tree

3 files changed

+3
-348
lines changed

3 files changed

+3
-348
lines changed

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