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

Skip to content

Commit a08089f

Browse files
authored
Merge pull request #21408 from anntzer/tta
Reword annotations tutorial section titles.
2 parents 8a8dd90 + 0ad4a41 commit a08089f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/text/annotations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@
280280
# :target: ../../gallery/userdemo/annotate_simple04.html
281281
# :align: center
282282
#
283-
# Placing Artist at the anchored location of the Axes
284-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
283+
# Placing Artist at anchored Axes locations
284+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
285285
#
286286
# There are classes of artists that can be placed at an anchored
287287
# location in the Axes. A common example is the legend. This type
@@ -359,8 +359,8 @@
359359
# Note that unlike the legend, the ``bbox_transform`` is set
360360
# to IdentityTransform by default.
361361
#
362-
# Using Complex Coordinates with Annotations
363-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
362+
# Coordinate systems for Annotations
363+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
364364
#
365365
# The Annotation in matplotlib supports several types of coordinates as
366366
# described in :ref:`annotations-tutorial`. For an advanced user who wants

0 commit comments

Comments
 (0)