matplotlib / cheatsheets

Official Matplotlib cheat sheets

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cols, rows should be rows, cols

JrtPec opened this issue · comments

Under Subplots layout, the first argument is nrows, second is ncols

Both for subplot[s] and for gridspec.

@JrtPec Good catch. Would you like to make a pull request?