matplotlib/cheatsheets

Legend placement error

bertrandcz opened this issue · 1 comments

Legend placement numbers in the cheatsheet are inconsistent with matplotlib documentation. (e.g. for lower-right, loc=3 in the cheatsheet instead of loc=4).
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.legend.html

Thanks, I've fixed it.