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

Skip to content

Commit b51c650

Browse files
author
Hajoon Choi
committed
Doc typo
1 parent c85b029 commit b51c650

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
@@ -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
519+
Using ConnectionPatch
520520
--------------------
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)