Consulting

Results 1 to 6 of 6

Thread: 3D garph help

  1. #1

    3D garph help

    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...

  2. #2
    VBAX Regular pike's Avatar
    Joined
    Dec 2007
    Location
    Alstonville, Australia
    Posts
    97
    Location
    Hi
    all depends on the data .. possibly with http://www.andypope.info/charts/3drotate.htm

  3. #3
    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?

  4. #4
    VBAX Regular pike's Avatar
    Joined
    Dec 2007
    Location
    Alstonville, Australia
    Posts
    97
    Location
    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
    Last edited by pike; 11-29-2014 at 03:49 PM.

  5. #5
    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!!!

  6. #6
    VBAX Regular pike's Avatar
    Joined
    Dec 2007
    Location
    Alstonville, Australia
    Posts
    97
    Location
    try this with Andy Popes 3D chart... your values are divided by the largest number so they fit into the chart
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •