Contour Lines problem

Q&A for Visual Basic, Visual Basic .NET, and PowerBasic developers using DPlot

Moderator: DPlotAdmin

Post Reply
guibson
Posts: 54
Joined: Wed Mar 10, 2004 9:20 pm

Contour Lines problem

Post 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
Last edited by guibson on Mon Mar 14, 2011 2:16 am, edited 1 time in total.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post 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.
Visualize Your Data
support@dplot.com
Post Reply