Skip to content

Commit 30cea9d

Browse files
authored
Merge pull request #28654 from timhoffm/doc-remove-examples
DOC: Remove long uninstructive examples
2 parents 109ab93 + 6f1bf33 commit 30cea9d

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

-5
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

-237
This file was deleted.

galleries/examples/statistics/barchart_demo.py

-111
This file was deleted.

galleries/examples/statistics/histogram_multihist.py

+3
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)