Graph of a squared function

import matplotlib.pyplot as plt
import numpy as np
x = np.arange(-20,20,0.01)
plt.plot(x,x**2)

Built With

Share this project:

Updates