diff --git a/tutorials/text/annotations.py b/tutorials/text/annotations.py index 232da9cd2d9e..113ff40a04fb 100644 --- a/tutorials/text/annotations.py +++ b/tutorials/text/annotations.py @@ -280,8 +280,8 @@ # :target: ../../gallery/userdemo/annotate_simple04.html # :align: center # -# Placing Artist at the anchored location of the Axes -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# Placing Artist at anchored Axes locations +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # There are classes of artists that can be placed at an anchored # location in the Axes. A common example is the legend. This type @@ -359,8 +359,8 @@ # Note that unlike the legend, the ``bbox_transform`` is set # to IdentityTransform by default. # -# Using Complex Coordinates with Annotations -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# Coordinate systems for Annotations +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # The Annotation in matplotlib supports several types of coordinates as # described in :ref:`annotations-tutorial`. For an advanced user who wants