I am currently practicing matplotlib. This is the first example I practice.
#!/usr/bin/python import matplotlib.pyplot as plt radius = [1.0, 2.0, 3.0, 4.0]
If you using Anaconda3
Just put
conda install -c conda-forge matplotlib