First page Back Continue Last page Overview Graphics

Refinement

Let's increase the number of points in linspace to 100:

xlist = pl.linspace(-3.0,

3.0,

100)

ylist = pl.linspace(-3.0,

3.0,

100)