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 583d005

Browse filesBrowse files
authored
Merge pull request #10731 from roonjoot/doc
Corrected mistitling on the annotation tutorial page
2 parents fbcfe76 + af1cab6 commit 583d005
Copy full SHA for 583d005

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎tutorials/text/annotations.py

Copy file name to clipboardExpand all lines: tutorials/text/annotations.py
+5-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.