matplotlib/cheatsheets

tight_layout is a method of plt, not ax

mathiasbockwoldt opened this issue · 1 comments

ax.\textbf{tight\_layout}()\\

This should become plt.\textbf{tight\_layout}()\\

It's also a Figure method, so should probably be fig.tight_layout(); would you like to open a PR with the fix?