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
Contour Lines problem
Moderator: DPlotAdmin
Contour Lines problem
Last edited by guibson on Mon Mar 14, 2011 2:16 am, edited 1 time in total.
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
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.
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.
Visualize Your Data
support@dplot.com
support@dplot.com