8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f320b1 commit d99740cCopy full SHA for d99740c
examples/subplots_axes_and_figures/axes_demo.py
@@ -4,6 +4,13 @@
4
=========
5
6
Example use of ``fig.add_axes`` to create inset axes within the main plot axes.
7
+
8
+Please see also the :ref:`axes_grid_examples` section, and the following three
9
+examples:
10
11
+ - :doc:`/gallery/subplots_axes_and_figures/zoom_inset_axes`
12
+ - :doc:`/gallery/axes_grid1/inset_locator_demo`
13
+ - :doc:`/gallery/axes_grid1/inset_locator_demo2`
14
"""
15
import matplotlib.pyplot as plt
16
import numpy as np
0 commit comments