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

Skip to content

Commit 9e09227

Browse files
committed
fix doc typo
1 parent 888d6fa commit 9e09227

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/users/recipes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Transparent, fancy legends
307307
==========================
308308

309309
Sometimes you know what your data looks like before you plot it, and
310-
mak know for instance that there won't be much data in the upper right
310+
may know for instance that there won't be much data in the upper right
311311
hand corner. Then you can safely create a legend that doesn't overlay
312312
your data::
313313

@@ -316,7 +316,7 @@ your data::
316316
Other times you don't know where your data is, and loc='best' will try
317317
and place the legend::
318318

319-
ax.legend(loc='upper right')
319+
ax.legend(loc='best')
320320

321321
but still, your legend may overlap your data, and in these cases it's
322322
nice to make the legend frame transparent.

0 commit comments

Comments
 (0)