File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 440440# Using ConnectionPatch
441441# ~~~~~~~~~~~~~~~~~~~~~
442442#
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
445445# connect points in different axes. ::
446446#
447447# from matplotlib.patches import ConnectionPatch
457457# :target: ../../gallery/userdemo/connect_simple01.html
458458# :align: center
459459#
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`)
461461# rather than to either axes: this ensures that it is drawn on top of both axes,
462462# and is also necessary if using :doc:`constrained_layout
463463# </tutorials/intermediate/constrainedlayout_guide>` for positioning the axes.
You can’t perform that action at this time.
0 commit comments