answered 12 years ago
See here for a slew of fill options. Probably one of these will fit your needs.
sage: plot(x,(x,0,1),fill=x^2) sage: plot([x,x^2],(x,0,1),fill={0:[1]})