matplotlib/cheatsheets

cols, rows should be rows, cols

JrtPec opened this issue · 1 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?