> I'm trying to fill in the bell curve between two points, like plus and minus > 1 sigma.
Maybe like this: p = plot(f,(-pi,pi),ymax = .4, ticks=[1,[]]) p += plot(f,(-s,s),fill = 'axis') /Håkan -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
