PDA

View Full Version : Qwtplot3d Plotting file containing 3D points.



spikestar
15th September 2012, 04:47
I am trying to plot a 3d graph where i have points in a text file. I have used the following function:


bool loadFromData (Qwt3D::TripleField const &data, Qwt3D::CellField const &poly)

I obtain a 3D plot but it is not correct. It seems that points are not linked correctly.

Can anyone suggest a solution for me on how i can go about resolving this issue?

Regards

d_stranz
23rd September 2012, 23:08
I obtain a 3D plot but it is not correct. It seems that points are not linked correctly.

Gosh, let me put on my wizard hat and gaze into my crystal ball. Then I can see what your data looks like and what your plot looks like and what your code looks like.

How do you expect us to help you when you tell us absolutely nothing except "my plot is not correct"? I'm sure I could make thousands of plots that weren't correct too, and none of them would look like yours.


Can anyone suggest a solution for me on how i can go about resolving this issue?

Under the circumstances, the best answer I can give is "try something else".