@extends('template') @section('title') Data Visualization: How To Plot @stop @section('content') # Data Visualization (How to Plot) ## Summary A collection of exercises and reference materials to help you make plots using Python (line plots, bar charts, and pie charts). @include('/labs/plot/_toc') @stop