Page 1 of 1

Dash, Dot, Dash dot Dash line size

Posted: Mon Dec 24, 2007 3:50 pm
by vortex
Hi,

Is there any way to increase the line size for using the dash, dot, etc? Its very difficult to see multiple overlays sometimes when the lines are the same width.

Here's a sample script I'm trying to get this to work with for Isallobars. Want to use a solid black line for 0, dotted red for - values, dotted blue for + values.

CONT LINE=2 EQUA=0 COLOR=0:0:0
CONT LSTN=0 CINT=10 COLOR=200:0:0 DOTS
CONT CINT=10 COLOR=0:0:200 DOTS PTEN

Ideally, I want all contours to have the line size of 2, in this example for dotted and solid.

Thanks,

Greg