@extends('template') @section('title') Data Visualization: How To Plot @stop @section('content') # Data Visualization (How to Plot) ## Lecture Slides [A PDF file of the lecture slides handout.](/content/lectures/datavisualization/data_visualization_slides.pdf) ## Get Practice A collection of exercises and reference materials to help you make plots using Python (line plots, bar charts, and pie charts). You'll need to download the `plotting` folder in the cs111 download folder to get the data files for plotting. @include('/labs/lab15/_toc') @stop