File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
524524you want to connect points in different axes. ::
525525
526526 from matplotlib.patches import ConnectionPatch
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
544544it to the axes that is latest in drawing order to prevent overlap by other
545545axes.
546546
You can’t perform that action at this time.
0 commit comments