Plotting 3d points

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rasmus Kjeldsen

    Plotting 3d points

    Anybody know of a simple way to plot 3d points? Nothing fancy, just points.
    I've tried looking into Mayavi, but can't really find out how to get get
    3 arrays (x,y,z) into a vtk file. I've also seen mlab mentioned, but how
    do I install that, and import it? I can't get the examples i've seen of
    mlab to make any sense (the importing the module part, that is!).

    Rasmus Kjedlsen
  • Elby

    #2
    Re: Plotting 3d points

    Matplotlib as some 3D capabilities too. You can have a look at these
    examples : http://scipy.org/Cookbook/Matplotlib/mplot3D

    Comment

    • Grant Edwards

      #3
      Re: Plotting 3d points

      On 2008-02-10, Elby <loic.berthe@fr ee.frwrote:
      Matplotlib as some 3D capabilities too. You can have a look at
      these examples : http://scipy.org/Cookbook/Matplotlib/mplot3D
      I use gnuplot.py for 3D stuff regularly.

      --
      Grant Edwards grante Yow! Alright,
      at you!! Imitate a WOUNDED
      visi.com SEAL pleading for a PARKING
      SPACE!!

      Comment

      • Rasmus Kjeldsen

        #4
        Re: Plotting 3d points

        Elby skrev:
        Matplotlib as some 3D capabilities too. You can have a look at these
        examples : http://scipy.org/Cookbook/Matplotlib/mplot3D
        >
        I got the cookbook examples to work, but where do I read more into what
        i can do with mplot3d (set type of marker, set size of marker etc.)? A
        google search yields nothing useable.

        Rasmus Kjeldsen

        Comment

        Working...