Scipy and numpy are scientific projects whose aim is to bring efficient and fast numeric computing to python. Matplotlib is the name of the python plotting library. Pyplot is an interactive api for matplotlib, mostly for use in notebooks like jupyter. You generally use it like this: import matplotlib.pyplot as plt .Oct 16, 2017