2021-01-26 14:26:13 -0600 | received badge | ● Self-Learner |
2021-01-26 14:26:13 -0600 | received badge | ● Teacher |
2013-11-26 16:37:41 -0600 | received badge | ● Famous Question (source) |
2012-12-23 13:23:26 -0600 | received badge | ● Notable Question (source) |
2012-09-16 14:32:38 -0600 | received badge | ● Popular Question (source) |
2011-11-27 06:54:04 -0600 | 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 05:50:42 -0600 | 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. |