Run your Python code below. You can import pandas, matplotlib, and numpy too.
Output
Errors and Warnings
import matplotlib.pyplot as plt
import numpy as np
time = np.linspace(0, 2 * np.pi, 100)
plt.plot(time, np.sin(time))
plt
Run your Python code below. You can import pandas, matplotlib, and numpy too.
import matplotlib.pyplot as plt
import numpy as np
time = np.linspace(0, 2 * np.pi, 100)
plt.plot(time, np.sin(time))
plt