Example Notebook#

import numpy as np
import matplotlib.pyplot as plt
x = np.arange(-10,10,.1)
y = x**2
plt.plot(x,y)
[<matplotlib.lines.Line2D at 0x7fc584d1df10>]
../_images/f6254690c590248106956aa5bda4a54aac3f7c5119da04340605d35bcdea05f5.png