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
4 changes: 4 additions & 0 deletions galleries/examples/pyplots/gallery_order.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Explicit example order. See https://matplotlib.org/devdocs/devel/document.html#order-examples
pyplot_simple
pyplot_two_subplots
multiple_figs_demo
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
methods on Figure and Axes instances. See :ref:`api_interfaces` for an
explanation of the trade-offs between the implicit and explicit interfaces.
.. redirect-from:: /gallery/subplots_axes_and_figures/multiple_figs_demo
"""
import matplotlib.pyplot as plt
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ axes_box_aspect
axis_equal_demo

# figure
multiple_figs_demo
figure_size_units
subfigures
custom_figure_class
Expand Down