🌐 AI搜索 & 代理 主页
Skip to content
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