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

Skip to content

Commit 2cb3550

Browse files
timhoffmkbrose
andauthored
Incorporate @timhoffm style change
Co-Authored-By: kbrose <[email protected]>
1 parent f01b674 commit 2cb3550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ def _find_best_position(self, width, height, renderer, consider=None):
11181118
if self._loc_used_default and verts.shape[0] > 200000:
11191119
# this size results in a 3+ second render time on a good machine
11201120
cbook._warn_external(
1121-
'Creating legend with loc="best" can be slow with large'
1121+
'Creating legend with loc="best" can be slow with large '
11221122
' amounts of data.'
11231123
)
11241124

0 commit comments

Comments
 (0)