Matplotlib-hist2d.png

Getting Started[edit]

Download the CDSW Matplotlib code from here and unzip it on your machine.

We will also need the data file that is here

Visualizing data with Matplotlib[edit]

In this session, we will explore how to produce clear, informative charts, graphs, and plots with Matplotlib, the most popular toolkit for scientific data visualization in Python.

We'll start with the data-set created this morning containing information about edits to the Harry Potter Wikipedia article.

We will then proceed to visualize different aspects of data from the Socrata web API.


Inspiration[edit]

Goals[edit]

  • Get set up to make graphs with Matplotlib
  • Learn the basics of the Matplotlib API and workflow
  • Practice reading the Matplotlib documentation
  • Build a plotting program step by step
  • Learn simple ways to distill the essence of a large data set
  • Explore the art of visualizing data
  • Exercise your creativity by making your own visualization
  1. First plot: 001-hello-plot.py
  2. Subplots: 002-subplots.py
  3. Let's do something more interesting: 003-plot-timeseries.py
  4. Visit the Matplotlib gallery.
  5. Make another kind of plot: 004-plot-histogram.py
  6. Dive deeper into web APIs: 005-traffic-timeseries.py
  7. Play around with any/all the data you've seen! You can find some more examples in the wikibios folder.

References[edit]

Example topics to cover in Lecture[edit]

  • line charts
  • histograms
  • binning
  • scatter plots
  • heat maps
  • axis labeling
  • legends
Wikipedia.png