Search found 3 matches

by Jack32
Mon Jun 18, 2012 1:26 pm
Forum: C, C++, C#
Topic: Creating a contour image from .csv
Replies: 5
Views: 76192

I looked and have attempted to plot the data but have been unsuccessful so far. I can load my data and put all the points in separate arrays. After that I am not sure what to do with the values to plot a contour map or 3d scatter plot?

I have my data in three arrays Xarray[], Yarray[], Zarray[];
I ...
by Jack32
Thu Jun 14, 2012 9:19 am
Forum: C, C++, C#
Topic: Creating a contour image from .csv
Replies: 5
Views: 76192

Where would I plug in the code to load the file?
by Jack32
Wed Jun 13, 2012 10:36 am
Forum: C, C++, C#
Topic: Creating a contour image from .csv
Replies: 5
Views: 76192

Creating a contour image from .csv

I'm new to DPlot and need some assistance.

I am currently using the DPlot evaluation to make sure it can do what I need it to before we purchase it.
I am using Visual Studio 2010 and coding in C#.

I have a .csv file that has approximately 100 different x, y, and z coordinates I need to create a ...