filmov
tv
10 - Visualization with Matplotlib
Показать описание
We learn to plot data using Matplotlib, the most widely-used plotting package in Python.
Summary
- Matplotlib is the most widely used scientific plotting library in Python.
- Methods allow you to plot data directly from a pandas dataframe.
- It is common to need to select and transform data, then plot it.
- Many styles of plot are available: see the Python Graph Gallery for more options.
- It's possible to plot many sets of data together
From the course, NESC 3505 Neural Data Science, by Aaron J Newman, Dalhousie University, Halifax, NS, Canada.
Summary
- Matplotlib is the most widely used scientific plotting library in Python.
- Methods allow you to plot data directly from a pandas dataframe.
- It is common to need to select and transform data, then plot it.
- Many styles of plot are available: see the Python Graph Gallery for more options.
- It's possible to plot many sets of data together
From the course, NESC 3505 Neural Data Science, by Aaron J Newman, Dalhousie University, Halifax, NS, Canada.