From 323e28dc79993475fe076b446d4d2e6c2fb90215 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Fri, 9 Mar 2018 14:03:29 -0800 Subject: [PATCH] Backport PR #10731: Corrected mistitling on the annotation tutorial page --- tutorials/text/annotations.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/text/annotations.py b/tutorials/text/annotations.py index 709aaab7c373..5706e08cdc75 100644 --- a/tutorials/text/annotations.py +++ b/tutorials/text/annotations.py @@ -516,11 +516,11 @@ You may take a look at this example :ref:`sphx_glr_gallery_text_labels_and_annotations_annotation_demo.py`. -Using ConnectorPatch --------------------- +Using ConnectionPatch +--------------------- -The ConnectorPatch is like an annotation without text. While the annotate -function is recommended in most situations, the ConnectorPatch is useful when +The ConnectionPatch is like an annotation without text. While the annotate +function is recommended in most situations, the ConnectionPatch is useful when you want to connect points in different axes. :: from matplotlib.patches import ConnectionPatch @@ -540,7 +540,7 @@ Connect Simple01 -While the ConnectorPatch instance can be added to any axes, you may want to add +While the ConnectionPatch instance can be added to any axes, you may want to add it to the axes that is latest in drawing order to prevent overlap by other axes.