File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 516
516
You may take a look at this example
517
517
:ref:`sphx_glr_gallery_text_labels_and_annotations_annotation_demo.py`.
518
518
519
- Using ConnectorPatch
520
- --------------------
519
+ Using ConnectionPatch
520
+ ---------------------
521
521
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
524
524
you want to connect points in different axes. ::
525
525
526
526
from matplotlib.patches import ConnectionPatch
540
540
Connect Simple01
541
541
542
542
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
544
544
it to the axes that is latest in drawing order to prevent overlap by other
545
545
axes.
546
546
You can’t perform that action at this time.
0 commit comments