File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ Transparent, fancy legends
307
307
==========================
308
308
309
309
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
311
311
hand corner. Then you can safely create a legend that doesn't overlay
312
312
your data::
313
313
@@ -316,7 +316,7 @@ your data::
316
316
Other times you don't know where your data is, and loc='best' will try
317
317
and place the legend::
318
318
319
- ax.legend(loc='upper right ')
319
+ ax.legend(loc='best ')
320
320
321
321
but still, your legend may overlap your data, and in these cases it's
322
322
nice to make the legend frame transparent.
You can’t perform that action at this time.
10E
0 commit comments