- matplotlib - numpy import matplotlib.pyplot as plt import numpy as np time = np.linspace(0, 2 * np.pi, 100) plt.plot(time, np.sin(time) ) plt


Notes:
1. Website hosted on GitHub here: clickable link here
2. Short blog on this topic: clickable link here