Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RE: Removing black border when using rectangle tool

173 views
Skip to first unread message

pmdelgado2

unread,
Dec 12, 2012, 12:45:14 PM12/12/12
to
Instead of forcing the edge to have the same color, you can prescribe it to have NO color at all. This effectively makes the entire rectangle a single color. For example, a rectangle starting from the point (0,0) with width 2 and height 1, blue colored and with no border is coded as:

rectangle('Position',[0 0 2 1],'FaceColor','b','EdgeColor','None');

or, you could change 'None' to 'b' to make the edge the same as the face.

Regards,
pmdelgado2


0 new messages