import matplotlib.pyplot as plt import numpy as np # Setting the x - coordinates, \'t\' here // x = np.arange(0,10, 0.001) # Setting the y - coordinates, \'f(t)\'