Search found 2 matches

by oystein
Fri Feb 03, 2006 2:28 am
Forum: Basic
Topic: VB.NET; difference between XYXY and XYYY graphs
Replies: 2
Views: 18469

Hi, and thanks for the quick reply!

I found the problem myself; I forgot to specify number of points in second plot....:

d_plot.NP(0) = 500
d_plot.NP(1) = 500


-øystein
by oystein
Thu Feb 02, 2006 12:52 pm
Forum: Basic
Topic: VB.NET; difference between XYXY and XYYY graphs
Replies: 2
Views: 18469

VB.NET; difference between XYXY and XYYY graphs

Hi,

I'm trying to use DPLOT Jr. to display a number of curvers with different x-axis', using VB.NET. Displaying 2 graphs using XYYY-mode works fine. (both using f.ex 50X & 100Y points , AND using 100X & 100Y points)
If i change to XYXY-mode, DPLOT displays nothing (no error-.messages)

Is there a ...