Yes. Look at the first python source example on this wiki page: http://www.paraview.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters.
You will have to adapt it to suit your format, changing it to skip over lines starting with "%", using white space as a delimiter instead of "," and to give each VTK coordinate an Z value of 0.0. cheers, Dave DeMarle 2008/11/14 Samuele Zampini <[EMAIL PROTECTED]>: > Hello, > I would like to know if it is possible to plot - with Paraview - such a text > file. I should get a 2D plot. > The first column is the x and the second is the y. > > Could you help? > > Thanks, > SZ > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > > -- David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
