8000 Backport PR #10731: Corrected mistitling on the annotation tutorial page · matplotlib/matplotlib@edab4b2 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edab4b2

Browse files
jklymakMeeseeksDev[bot]
authored andcommitted
Backport PR #10731: Corrected mistitling on the annotation tutorial page
1 parent 8a900fc commit edab4b2

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)
0