File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 440
440
# Using ConnectionPatch
441
441
# ~~~~~~~~~~~~~~~~~~~~~
442
442
#
443
- # ConnectionPatch is like an annotation without text. While `~.Axes.annotate`
444
- # is sufficient in most situations, ConnectionPatch is useful when you want to
443
+ # `. ConnectionPatch` is like an annotation without text. While `~.Axes.annotate`
444
+ # is sufficient in most situations, `` ConnectionPatch`` is useful when you want to
445
445
# connect points in different axes. ::
446
446
#
447
447
# from matplotlib.patches import ConnectionPatch
457
457
# :target: ../../gallery/userdemo/connect_simple01.html
458
458
# :align: center
459
459
#
460
- # Here, we added the ConnectionPatch to the *figure* (with `~.Figure.add_artist`)
460
+ # Here, we added the `` ConnectionPatch`` to the *figure* (with `~.Figure.add_artist`)
461
461
# rather than to either axes: this ensures that it is drawn on top of both axes,
462
462
# and is also necessary if using :doc:`constrained_layout
463
463
# </tutorials/intermediate/constrainedlayout_guide>` for positioning the axes.
You can’t perform that action at this time.
0 commit comments