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

Skip to content

Commit f610047

Browse files
committed
Fix table formatting in legend.Legend docstring
1 parent 85a6ccf commit f610047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def __init__(self, parent, handles, labels,
205205
title the legend title
206206
bbox_to_anchor the bbox that the legend will be anchored.
207207
bbox_transform the transform for the bbox. transAxes if None.
208-
================ =====================================================
208+
================ =====================================================
209209
210210
211211
The pad and spacing parameters are measured in font-size units. E.g.,

0 commit comments

Comments
 (0)