8000 Merge pull request #968 from lodagro/v1.1.x-doc · matplotlib/matplotlib@a9adc68 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9adc68

Browse files
committed
Merge pull request #968 from lodagro/v1.1.x-doc
Documentation typo fix.
2 parents 888d6fa + 9e09227 commit a9adc68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)
0