{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Data Visualization\n", "\n", "Data Visualization can refer to a lot of different things. Here, we will start with making static 2D visualizations of data.\n", "\n", "To do so, we will use the `matplotlib` package. Matplotlib is a large and well supported package that forms the basis of a lot of plotting in Python." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "