[Scilab-users] Transparent rectangle?

Serge Steer Serge.Steer at inria.fr
Mon Jan 20 11:04:33 CET 2014


Hi Antoine,
>> I understand that I could draw the lines after the coloured rectangle
>> to get them visible, but I cannot do that. So, I need the rectangle to
>> be transparent.
>>
> What do you mean by "rearrange the order"?
>
Here is an example
clf;
xpoly([0 1],[0,1]);p=gce();
xfrect([0.2 0.3 0.2 0.2]);r=gce();r.background=5;
swap_handles(p,r)

Serge



More information about the users mailing list