Lesson 13: Python Data Graphics with Matplotlib
February 28, 2018
Review:
- repl.it
- matplotlib chapter
Presentation:
- How to generate plots in repl.it
- Check out my SimpleGraphs Program
- Note: in repl.it click on the “New File” icon below “Settings” to enable “savefig()” functionality
- If you don’t heed the note above, your program won’t work
- Even if you do heed the note above, you may need to refresh to see the new files
Assignment:
- Use repl.it to produce a Python program that creates a scatter plot
- Produce a scatter plot comparing Actual to Estimated Selling Prices (like Lesson 8)
- Use *your* data!
- Add a title to your scatter plot that includes your name and section (11:15 or 1:00)
- Add axis labels for the x and y axis
- DataCamp
- Complete Ch. 2 “Dictionaries & Pandas” in Intermediate Python for Data Science
- Complete Ch. 3 “Logic, Control Flow and Filtering” in Intermediate Python for Data Science
- Both chapters should be completed before class on Monday