matplotlib / cheatsheets

Official Matplotlib cheat sheets

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing ) in np.random.uniform

RMeli opened this issue · comments

Thanks for the great cheatsheets!

I think there is a missing ) in

Z = np.random.uniform(0, 1, (8, 8)

under Matplotlib for Beginners/Choose (both imshow and contourf).

Well spotted, thanks. Can you make a PR?

Sure, I'll provide a fix later today.