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

How to cover part of a line by white line (kind of erase the black line)

0 views
Skip to first unread message

rotava

unread,
Dec 27, 2009, 12:22:26 PM12/27/09
to
How to change (or remove) the color of part of the grid of a figure by
covering a stretch of the lines of the grid with white lines?

sfeam

unread,
Dec 27, 2009, 2:30:52 PM12/27/09
to
rotava wrote:

> How to change (or remove) the color of part of the grid of a figure by
> covering a stretch of the lines of the grid with white lines?

Maybe place a white rectangle in front of it?

set object 1 rectangle front from X1,Y1 to X2,Y2
set object 1 fillcolor rgb "white" fillstyle solid 1.0 noborder

rotava

unread,
Dec 27, 2009, 4:17:30 PM12/27/09
to

That is it. But I am still wondering if it is possible to cover part
of the line by white line.

Thank you. Happy New Year

sfeam

unread,
Dec 27, 2009, 6:06:10 PM12/27/09
to
rotava wrote:

Same thing with an arrow

set arrow 1 front from X1,Y1 to X2,Y2 nohead
set arrow 1 linecolor rgb "white" linewidth 2

0 new messages