Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d99740c

Browse files
author
Matthias Bussonnier
committed
Link to relevant examples
1 parent 7f320b1 commit d99740c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/subplots_axes_and_figures/axes_demo.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
=========
55
66
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`
714
"""
815
import matplotlib.pyplot as plt
916
import numpy as np

0 commit comments

Comments
 (0)