01-15-2008 08:35 AM
01-15-2008 08:49 AM
01-15-2008 09:17 AM
The values in Column B are the coordinates from x, in C the coordinates from y --- and D the coo. from Z (normally I have more z datas, but I want clear the problem with one data)
How do I change the datas ?? - Do you mean ist isn't good do save it with separated by semicolons??
#NV = no value .. but I think LV is it equal that I write
But why LV don't show the points from (x/Y) For example (21;14) or (4;4) but (21;16) or (21:15) ??? it's logic ??
01-15-2008 11:49 AM
01-15-2008 12:41 PM
Your data is there. Do the following steps to see the data points: go into the properties of the 3D graph, select the Plots tab and then the Style tab within that. Change the plot style from "surface" to "Point". Now, click the Edit button next to the Color map style. In the color map editor, change the color for the zero value to white instead of the default black, change the color for the highest value to black from white and click OK.
Now, select the "Projection" tab for the plot and turn on projections for all three planes. Also turn on "Only show projections". Click 'Apply'.
This will expose all of your data points that have z > 0.
In the preview window for the 3D graph, you can see that the data points 4,4,4 and 21,14,4 do exist in the graph.
The problem is that when you change the plot style from 'Point' to any of the other styles, these particular points seem to vanish. To me, this appears to be a fundamental issue with the 3D graph control.
01-15-2008 12:44 PM
01-15-2008 02:07 PM
01-15-2008 03:35 PM
I am eddie123_berlin
Give it a chance to plot all points with another style as point ??
I found the style surface very good, but I havn't all points which I measured.
And I don't understand how can I show one point, and another not which is one point between.
01-15-2008 03:57 PM
01-15-2008 04:19 PM