Results 1 to 9 of 9

Thread: 3d scatter plot

  1. #1
    Join Date
    Nov 2005
    Beans
    66

    3d scatter plot

    Hi guys.

    I'm searching for this for some time now and couldn't find this anywhere.

    Is there an open source way, apart from VisIt which doesn't work on Ubunto, to generate a 3d scatter plot on ubuntu? I have written a code which should produce something like this:


    And I can't show it.

    Thanks.

  2. #2
    Join Date
    Feb 2008
    Beans
    1

    Re: 3d scatter plot

    One option is to use Processing - http://processing.org/

    It's rather easy to use Processing within a Java project if you're in Java land. Alternatively you might just create a csv with your data, parse it all in Processing, and then visualize.

    There's a python port too, but that did not work for me on Ubuntu...

    Also, the Javascript port is pretty mature if you're doing web stuff.

  3. #3
    Join Date
    Jun 2009
    Beans
    156

    Re: 3d scatter plot

    Did you have a look at paraview yet? I think it should be capable of doing this sort of plot. (You might have to look into the pvmeshless toolbox)
    Warning! Ubuntu might cause smashed Windows. Are you sure you want to continue? [y/n] y

  4. #4
    Join Date
    Nov 2005
    Beans
    66

    Re: 3d scatter plot

    ParaView looks good. I'm toying around with it.

    Thanks

  5. #5
    Join Date
    Aug 2008
    Location
    Kansas
    Beans
    77

  6. #6
    Join Date
    Jun 2009
    Beans
    156

    Re: 3d scatter plot

    well for such a scatter plot as in the forum thread you described it might be indeed better to use gnuplot. For the task the op is looking for I'd rather use paraview since it does have a lot more features (filters + pvmeshless plugin) and is also much more intuitive to use than gnuplot.
    Warning! Ubuntu might cause smashed Windows. Are you sure you want to continue? [y/n] y

  7. #7
    Join Date
    Sep 2005
    Location
    Los Baños, Laguna
    Beans
    396
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 3d scatter plot

    I've used the RGL package in R before to do similar work.

    http://rgl.neoscientists.org/about.shtml

    There's other packages in R that will do this as well.
    Earlycj5

  8. #8
    Join Date
    Sep 2005
    Location
    Los Baños, Laguna
    Beans
    396
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 3d scatter plot

    And another for making 3D scatterplots in R using R-Commander
    http://decisionstats.wordpress.com/2...ith-data-in-r/
    Earlycj5

  9. #9
    Join Date
    Dec 2009
    Beans
    43
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 3d scatter plot


Tags for this Thread

Bookmarks

Posting Permissions

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