Surface Plotting Large Arrays

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

Moderator: DPlotAdmin

Post Reply
Engineer-1
Posts: 1
Joined: Wed Jan 03, 2007 7:13 pm
Location: PA, USA
Contact:

Surface Plotting Large Arrays

Post by Engineer-1 »

I am an engineer currently writing an FEA program in VB6, but I haven't written code for several years. My issues with VB6 are several (which includes syntax, but that's not for this forum), but in downloading the DPlot.zip file (and unzipping), I found a note that I need to clarify. In one of the files, I believe it is a comment in the actual code, it alludes to the fact that the supplied code is limited to concurrently display no greater than 1000 plot points. Is that true? I need to display 25,000 or more plot points (in a surface plot rendering). Can this be done in DPlot with the VB6 DPlot code? If not, what suggestions can you make?
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

At first glance at the VB6 source I don't see the comment you're talking about. My guess is it was only stating that "this is the number of points we're using" rather than implying a maximum. In any case, yes - you can generate a surface plot from 25000 (or several million) data points.
Visualize Your Data
support@dplot.com
Post Reply