I have a question. I\'m new to paraview and I\'m learning how to use it. I need to make a graph from data that are stored in .csv file (2 columns). I have them loaded and conver
Not directly. You can write a Programmable Filter that uses a Python script to create the vtkPolyData dataset with the appropriate.
Refer to some of the examples on the ParaView Wiki (http://www.paraview.org/Wiki/Python_Programmable_Filter) to get started.