Skip to content

Commit 282ac53

Browse files
timhoffmkbrose
andauthored
Incorporate @timhoffm style change
Co-Authored-By: kbrose <kevin+gh@maypark.com>
1 parent 2cb3550 commit 282ac53

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
@@ -1119,7 +1119,7 @@ def _find_best_position(self, width, height, renderer, consider=None):
11191119
# this size results in a 3+ second render time on a good machine
11201120
cbook._warn_external(
11211121
'Creating legend with loc="best" can be slow with large '
1122-
' amounts of data.'
1122+
'amounts of data.'
11231123
)
11241124

11251125
bbox = Bbox.from_bounds(0, 0, width, height)

0 commit comments

Comments
 (0)