OK.
Thanks for the quick response and thanks again for developing and supporting such a great product.
Search found 5 matches
- Wed Aug 03, 2005 2:26 pm
- Forum: Basic
- Topic: VB.NET and DPLOTLIB
- Replies: 6
- Views: 29707
- Wed Aug 03, 2005 1:23 pm
- Forum: Basic
- Topic: VB.NET and DPLOTLIB
- Replies: 6
- Views: 29707
I'm having a problem with the order of the data for a 3DS plot. Here's how I'm generating the data. For intIndex = 0 To Points.GetUpperBound(0) adblNodes(0, intIndex) = intIndex adblNodes(1, intIndex) = 100 + intIndex adblNodes(2, intIndex) = 200 + intIndex Next This should generate a series of X's ...
- Tue May 17, 2005 9:03 pm
- Forum: Basic
- Topic: Color Based on Dataset
- Replies: 5
- Views: 29017
Just to make sure I understand. If the size of the array passed in through the DPlot_Plot call is larger than the first number of points in the first curve it will overflow into the next curve, so on and so on.... That sounds simple enough. I'll give it a try tomorrow. Thanks again for the excellent...
- Tue May 17, 2005 2:21 pm
- Forum: Basic
- Topic: Color Based on Dataset
- Replies: 5
- Views: 29017
If by this: Also, would it be possible to set custom colors / ranges for each dataset when ContourColorScheme is 2? You mean that you want more than 1 color for a single data set and that group of colors to be different than that used by any other data set - no, there's no way to do that currently....
- Tue May 17, 2005 1:13 pm
- Forum: Basic
- Topic: Color Based on Dataset
- Replies: 5
- Views: 29017
Color Based on Dataset
My application is building a 3D scatter plot using multiple datasets / curves. I'd like to make each dataset a different color like in the 'Color Based on Data set' option in the scatter plot options. I've tried a several different combinations of the following commands but without success. How do I...