matplotlib / cheatsheets

Official Matplotlib cheat sheets

Home Page:https://matplotlib.org/cheatsheets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legend placement error

bertrandcz opened this issue · 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.