NYUDataBootcamp / Book

Textbook to accompany class
Creative Commons Attribution 4.0 International
7 stars 4 forks source link

typo in Matplotlib Fundamentals #23

Open cc7768 opened 7 years ago

cc7768 commented 7 years ago

Got an email a few days ago. Wanted to create a placeholder for this

Just wanted to point out a possible error that I found in the text of the book in the chapter Python graphics: Matplotlib fundamentals. On page 101, the PISA test score example has the text, fig, ax = subplots().

I think it should be fig, ax = plt.subplots(). I couldn't get it to work the other way, but maybe it's just my computer/Spyder?

Thanks!