Ask Your Question

Sonya's profile - activity

2021-01-26 21:26:13 +0200 received badge  Self-Learner
2021-01-26 21:26:13 +0200 received badge  Teacher
2013-11-26 23:37:41 +0200 received badge  Famous Question (source)
2012-12-23 20:23:26 +0200 received badge  Notable Question (source)
2012-09-16 21:32:38 +0200 received badge  Popular Question (source)
2011-11-27 13:54:04 +0200 answered a question In sage plot: fill the area under a curve between two x-values.

oh, okay, that makes sense, thank you!

2011-11-27 12:50:42 +0200 asked a question In sage plot: fill the area under a curve between two x-values.

How do I fill the area under a curve between two $x$-values using sage plot?

For example, maybe I am using the following code:

plot(x(x-1)(x-2)+1,0,2,fill=True)

but I only want the area under the curve from x = 0.5 to x = 1.5 to be shaded in.