Re: [Paraview] Plotting line data on the surface of a sphere

2011-02-11 Thread Utkarsh Ayachit
Have you tried using Plot On Intersection Curves filter? Utkarsh On Thu, Feb 10, 2011 at 1:32 PM, Dan Bower d...@gps.caltech.edu wrote: Hi all, I am plotting a spherical data volume using structuredgrid.  I also want to plot line data on the surface of the sphere.  Presently the line data

Re: [Paraview] Plotting line data on the surface of a sphere

2011-02-11 Thread Dan Bower
I ended up writing a vtkpython script to convert line data from a GMT format to a vtkPolyData structure. Write out the vtp file and load into Paraview. Seems to work well. Cheers, Dan On Fri, Feb 11, 2011 at 11:21 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Have you tried using