File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 444
444
#
445
445
# `.ConnectionPatch` is like an annotation without text. While `~.Axes.annotate`
446
446
< << << << HEAD
447
+ < << << << HEAD
447
448
# is sufficient in most situations, `.ConnectionPatch` is useful when you want to
448
449
== == == =
449
450
# is sufficient in most situations, ``ConnectionPatch`` is useful when you want to
450
451
>> >> >> > 056 eb64245 (Backport PR #23705: DOC: Added link to class under discussion)
452
+ == == == =
453
+ # is sufficient in most situations, `.ConnectionPatch` is useful when you want to
454
+ >> > >> >> 2 b8315933d (Backport PR #23864: Correct and improve documentation for anchored artists)
451
455
# connect points in different axes. ::
452
456
#
453
457
# from matplotlib.patches import ConnectionPatch
464
468
# :align: center
465
469
#
466
470
<< < << << HEAD
471
+ << < << << HEAD
467
472
# Here, we added the `.ConnectionPatch` to the *figure* (with `~.Figure.add_artist`)
468
473
== == == =
469
474
# Here, we added the ``ConnectionPatch`` to the *figure* (with `~.Figure.add_artist`)
470
475
>> > >> >> 056 eb64245 (Backport PR #23705: DOC: Added link to class under discussion)
476
+ == == == =
477
+ # Here, we added the `.ConnectionPatch` to the *figure* (with `~.Figure.add_artist`)
478
+ >> > >> >> 2 b8315933d (Backport PR #23864: Correct and improve documentation for anchored artists)
471
479
# rather than to either axes: this ensures that it is drawn on top of both axes,
472
480
# and is also necessary if using :doc:`constrained_layout
473
481
# </tutorials/intermediate/constrainedlayout_guide>` for positioning the axes.
You can’t perform that action at this time.
0 commit comments