Skip to content

DOC: Remove long uninstructive examples #28654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions doc/users/prev_whats_new/whats_new_1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,6 @@ kwargs names is not ideal, but `.Axes.fill_between` already has a

This is particularly useful for plotting pre-binned histograms.

.. figure:: ../../gallery/lines_bars_and_markers/images/sphx_glr_filled_step_001.png
:target: ../../gallery/lines_bars_and_markers/filled_step.html
:align: center
:scale: 50

Square Plot
```````````

Expand Down
237 changes: 0 additions & 237 deletions galleries/examples/lines_bars_and_markers/filled_step.py

This file was deleted.

111 changes: 0 additions & 111 deletions galleries/examples/statistics/barchart_demo.py

This file was deleted.

3 changes: 3 additions & 0 deletions galleries/examples/statistics/histogram_multihist.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
shape of a histogram. The Astropy docs have a great section on how to
select these parameters:
http://docs.astropy.org/en/stable/visualization/histogram.html

.. redirect-from:: /gallery/lines_bars_and_markers/filled_step

"""
# %%
import matplotlib.pyplot as plt
Expand Down