Log in to edit a copy.
Download.
Other published documents...
fillplot
176 days ago by hsigrist
f = x*(x-1)*(x-2)+1
p = plot(f, 0.5, 1.5, fill=True) + plot(f, 0, 2)
show(p)