Reading
Python/R Code
The Python code for the main functions discussed in this section is available in the file Visualizations_Matplotlib_Plotly_Example.py. An interactive Jupyter notebook for this code is available in the file Visualizations_Matplotlib_Plotly_Example.ipynb. Both files are included in the distribution for this course. Some code snippets shown in this section can be entered and run interactively by the user.
The following websites are reference pages for Matplotlib and Plotly.
Pyplot Tutorial (for Matplotlib)
A brief but thorough introduction to Matplotlib and Pyplot is presented.
Plotly Python Open Source Graphing Library
Scatter plots in Python (with Plotly)
Line charts in Python (with Plotly)
Bar charts in Python (with Plotly)
Pie charts in Python (with Plotly)
Bubble charts in Python (with Plotly)
[NEXT]