Menu

Different Data on each axis

2005-08-02
2013-03-22
  • Nobody/Anonymous

    first of all great work for 3d package.

    I have different data on x,y and z axis, how do i implement that using this package.

    i saw the Example, but it represent the x axis data as x and y axis data.

    I have to show X axis - date y axis - price and x -axis - some calculated percetange.
    Thanks

     
    • fapr

      fapr - 2005-08-03

      try to put the values in a new double[][] array where the 3 columns(0,1,2) must be the X, Y and Z respectively...
      so...
      X - date (1st column)
      Y - price (2nd column)
      Z - % (3rd column)

      I believe you can do it now.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.