Page 1 of 1

Contour Lines problem

Posted: Tue Jul 20, 2004 1:34 pm
by guibson
Hi,

If I send a lot of points to plot to Jr, the contour lines have no caption. I now send the [ContourLabelLines(4,1)] command but the result is the same. When I check in Dplot, the Label every check boxe is unchecked. I check it and click apply and the label appear. Do you have any suggestions?

Thanks a lot.
________
WATERBONGS

Posted: Tue Jul 20, 2004 3:06 pm
by DPlotAdmin
Short version: use an odd number for that first parameter (flags).
Longer version: flags is a combination of (from the Help file):

1 Label contour lines. If not set, no labels are drawn.
2 Labels are transparent. If not set, labels are opaque and will obscure the underlying contour line.
4 Labels are drawn in black. If not set, labels are drawn using the same color as the corresponding contour line.

So [ContourLabelLines(4,<whatever>)] turns labelling off.