PDA

View Full Version : 3D garph help



ohadyemini
11-26-2014, 10:18 AM
Hi guys,
On the last question i got a perfect answer... So thanks!
I have another pickle that is driving me crazy...
I want to display in 3D the path created by a ball that one threw.
Can i do that?
Lets say i have one axis that represents the north/south
Another axis represents the east/west.
And the third axis is the height, in a current position.
Can i do that without an external code? My domain is very secured...

pike
11-28-2014, 05:06 PM
Hi
all depends on the data .. possibly with http://www.andypope.info/charts/3drotate.htm

ohadyemini
11-29-2014, 01:02 PM
So you say that there is no easy and built in way to do that?
That file is awesome but i can't insert it to my network.
BTW, did you build it?

pike
11-29-2014, 03:39 PM
Hi
all depends on the data layout .. sound like it is all hyothetical so you can use the in surface chart to graph the ball path

ohadyemini
11-30-2014, 12:47 AM
name
x
y
z


first
0
0
0


second
1
1
10


third
2
4
20


fourth
3
7
15


fifth
4
9
0



first, i created this chart, but im not sure that is the best way to represent my data, any advices?
Then, i created a surface chart but it has all sorts of data that i don't need, any suggestions.

Thanks for all the help!!!

pike
11-30-2014, 10:40 PM
try this with Andy Popes 3D chart... your values are divided by the largest number so they fit into the chart