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

Skip to content

Commit 393e21b

Browse files
authored
Merge pull request #10744 from matplotlib/auto-backport-of-pr-10731
Backport PR #10731 on branch v2.2.x
2 parents e3c1702 + 323e28d commit 393e21b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/text/annotations.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,11 @@
516516
You may take a look at this example
517517
:ref:`sphx_glr_gallery_text_labels_and_annotations_annotation_demo.py`.
518518
519-
Using ConnectorPatch
520-
--------------------
519+
Using ConnectionPatch
520+
---------------------
521521
522-
The ConnectorPatch is like an annotation without text. While the annotate
523-
function is recommended in most situations, the ConnectorPatch is useful when
522+
The ConnectionPatch is like an annotation without text. While the annotate
523+
function is recommended in most situations, the ConnectionPatch is useful when
524524
you want to connect points in different axes. ::
525525
526526
from matplotlib.patches import ConnectionPatch
@@ -540,7 +540,7 @@
540540
Connect Simple01
541541
542542
543-
While the ConnectorPatch instance can be added to any axes, you may want to add
543+
While the ConnectionPatch instance can be added to any axes, you may want to add
544544
it to the axes that is latest in drawing order to prevent overlap by other
545545
axes.
546546

0 commit comments

Comments
 (0)