Skip to content
7 changes: 7 additions & 0 deletions doc/mpl_toolkits/axes_grid/api/anchored_artists_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
:mod:`mpl_toolkits.axes_grid1.anchored_artists`
===============================================

.. automodule:: mpl_toolkits.axes_grid1.anchored_artists
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions doc/mpl_toolkits/axes_grid/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@

.. toctree::

anchored_artists_api.rst
inset_locator_api.rst
2 changes: 1 addition & 1 deletion examples/axes_grid/simple_anchored_artists.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def draw_text(ax):
from mpl_toolkits.axes_grid1.anchored_artists import AnchoredText
from matplotlib.offsetbox import AnchoredText
at = AnchoredText("Figure 1a",
loc=2, prop=dict(size=8), frameon=True,
)
Expand Down
Loading