Ahh ok. Thanks.
I had a guess 0 would be nothing.
Search found 10 matches
- Sat Apr 04, 2009 7:56 am
- Forum: Basic
- Topic: DPlot_SetErrorMethod
- Replies: 2
- Views: 20045
- Thu Apr 02, 2009 4:59 am
- Forum: Basic
- Topic: DPlot_SetErrorMethod
- Replies: 2
- Views: 20045
DPlot_SetErrorMethod
I could not find any documentation on this function on the website
when it is set at 2 I know it uses a Messagebox to report errors what are the other options?
when it is set at 2 I know it uses a Messagebox to report errors what are the other options?
- Mon Mar 30, 2009 1:09 am
- Forum: General discussion
- Topic: Deployment
- Replies: 3
- Views: 13980
- Fri Mar 27, 2009 12:38 am
- Forum: General discussion
- Topic: Deployment
- Replies: 3
- Views: 13980
Deployment
I have a question regarding deployment of an application that uses Dplotlib sending the results straight into our custom VB6 app.
Do you have to seperatly install Dplot Jnr to be able to use Dplotlib. Or is there some way I can just include dplotlib in the deployment and the various registry ...
Do you have to seperatly install Dplot Jnr to be able to use Dplotlib. Or is there some way I can just include dplotlib in the deployment and the various registry ...
- Tue Mar 10, 2009 11:29 pm
- Forum: Basic
- Topic: Turnary plot
- Replies: 8
- Views: 37623
- Thu Feb 19, 2009 11:37 pm
- Forum: Basic
- Topic: Turnary plot
- Replies: 8
- Views: 37623
- Thu Feb 19, 2009 9:29 pm
- Forum: Basic
- Topic: Turnary plot
- Replies: 8
- Views: 37623
- Thu Feb 19, 2009 9:27 pm
- Forum: Basic
- Topic: Turnary plot
- Replies: 8
- Views: 37623
- Thu Feb 19, 2009 7:44 pm
- Forum: Basic
- Topic: Turnary plot
- Replies: 8
- Views: 37623
- Thu Feb 19, 2009 3:21 am
- Forum: Basic
- Topic: Turnary plot
- Replies: 8
- Views: 37623
Turnary plot
I seem to be really struggling for some reason, I think I am just missing on bit of key information.
For now all I am trying to do is convert a set of data in 2 arrays into a turnary plot.
Arrays:
N=3
ReDim x(N-1)
ReDim x(N-1)
x(0) = 0
y(0) = 0
x(1) = 40
y(1) = 20
x(2) = 20
y(2) = 60
I am ...
For now all I am trying to do is convert a set of data in 2 arrays into a turnary plot.
Arrays:
N=3
ReDim x(N-1)
ReDim x(N-1)
x(0) = 0
y(0) = 0
x(1) = 40
y(1) = 20
x(2) = 20
y(2) = 60
I am ...