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)