Search found 2 matches

by efcommander
Fri Mar 30, 2007 12:30 pm
Forum: C, C++, C#
Topic: Problems with DPlot Jr & 3D data/ Help needed
Replies: 3
Views: 20155

The saga continues

Thanks for the hint dave.

However, I have now run into another problem.

In my C++ routine I'm first generating a 2D plot followed by a 3D plot.

For the 2D plot the following commands are used:
DocNum=dplot_Command(0, "[FileNew()]");
ret=dPlot_Command(DocNum, "[Title1(\"Title\")]");

the data is ...
by efcommander
Thu Mar 29, 2007 1:33 pm
Forum: C, C++, C#
Topic: Problems with DPlot Jr & 3D data/ Help needed
Replies: 3
Views: 20155

Problems with DPlot Jr & 3D data/ Help needed

Hi

I'm trying to code in C++ and I which to generate a 3D plot of none grid data ie x,y,z values.

I'm using Dev C++ (gcc / Wming complier).

On my installation of DPlot Jr /Dplot reg version. I am having data transfer problems with the C examples.

I get a blank Dplot window generated with all ...