Thanks... That exactly what I wanted but I was ,ot able to find the way of
doing it !
Le jeudi 5 décembre 2013 13:37:38 UTC+1, HG a écrit :
>
> Hi,
> I plot a blackbody curve and the filling is palegoldenrod.
> I would like to get a rainbow filling for each color.
> I tried fillalpha= with x y
Why not plotting like this (made as .sagews file) ?
(Please note parameters of plot function: [fi,fj], fill, fillcolor)
f1 = 0
f2 = E(l,3500)
f3 = E(l,4000)
f4 = E(l,4500)
f5 = E(l,5000)
f6 = E(l,5500)
a=plot([f1,f2],l,10,1000,fill = {0: [1]}, fillcolor=hue(0.2),
figsize=(3,2),frame=True,rgbcolo
Le jeudi 5 décembre 2013 13:37:38 UTC+1, HG a écrit :
>
> Hi,
> I plot a blackbody curve and the filling is palegoldenrod.
> I would like to get a rainbow filling for each color.
> I tried fillalpha= with x y but that doesn't work is there a way of doing
> it ?
sure ...
Sage] c=4e8;h=5e-34;
Perhaps a little code would be helpful here. Do you want a rainbow of
*different* curves? A picture of what you mean would be helpful.
On Thursday, December 5, 2013 7:37:38 AM UTC-5, HG wrote:
>
> Hi,
> I plot a blackbody curve and the filling is palegoldenrod.
> I would like to get a rainbow f