First time here? Check out the FAQ!
answered 2013-03-29 22:46:05 +0100
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]})