Thanks much for the pointer, Andrew. In the same direction, I ended up using the following in an interactive SKILL session: drSetPacket("display" "y0" "blank" "thick2" "yellow" "yellow" "outline") to change the line thickness on "y0"/"drawing" or keep the original y0 as is, add another display packet and change highlight to it: drSetPacket( "display" "y0_thick" "blank" "thick2" "yellow" "yellow" "outline") geChangeHilightPacketName( hlightSetID "y0_thick")
↧