Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888d6fa commit 9e09227Copy full SHA for 9e09227
1 file changed
doc/users/recipes.rst
@@ -307,7 +307,7 @@ Transparent, fancy legends
307
==========================
308
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
+may know for instance that there won't be much data in the upper right
311
hand corner. Then you can safely create a legend that doesn't overlay
312
your data::
313
@@ -316,7 +316,7 @@ your data::
316
Other times you don't know where your data is, and loc='best' will try
317
and place the legend::
318
319
- ax.legend(loc='upper right')
+ ax.legend(loc='best')
320
321
but still, your legend may overlap your data, and in these cases it's
322
nice to make the legend frame transparent.
0 commit comments