Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 473f449

Browse files
authored
Fixed links
1 parent aac4d2b commit 473f449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/legend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ def set_bbox_to_anchor(self, bbox, transform=None):
11541154
11551155
*bbox* can be
11561156
1157-
- A `BboxBase` instance
1157+
- A `~.BboxBase` instance
11581158
- A tuple of ``(left, bottom, width, height)`` in the given transform
11591159
(normalized axes coordinate if None)
11601160
- A tuple of ``[left, bottom]`` where the width and height will be
@@ -1272,7 +1272,7 @@ def draggable(self, state=None, use_blit=False, update="loc"):
12721272
* False : turn draggable off
12731273
12741274
If draggable is on, you can drag the legend on the canvas with
1275-
the mouse. The `DraggableLegend` helper instance is returned if
1275+
the mouse. The `~.DraggableLegend` helper instance is returned if
12761276
draggable is on.
12771277
12781278
The update parameter control which parameter of the legend changes

0 commit comments

Comments
 (0)