Completed
- Shorthand notation to restyle lines
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Intro to Data Visualization in Python with Matplotlib - Line Graph, Bar Chart, Title, Labels, Size
Automatically move to the next video in the Classroom when playback concludes
- 1 - Video overview note real-world examples moved to next video
- 2 - Setup
- 3 - Our first line graph!
- 4 - Add title and labels for x & y axis
- 5 - Change font type, size, etc.
- 6 - Change tick marks scale graph
- 7 - Add a legend
- 8 - Restyle our line color, line style, markers, width
- 9 - Shorthand notation to restyle lines
- 10 - List of line customization options
- 11 - Plot more complex lines
- 12 - Resize Graph
- 13 - Save Graph
- 14 - Annotating/Cleaning Code
- 15 - Bar Chart
- 16 - Final Comments