[Paraview] Reading In 2D Statistical Data

2011-03-28 Thread Brian Panneton
I am making a reader that will be reading in a bunch of X Y statistics. At first I was reading them into a vtkTable which then I could run the 'Plot Data' filter and get a 2D line chart. I was wondering if there was a better way to do this. I want to try to use something like vtkPolyData, but I

Re: [Paraview] Reading In 2D Statistical Data

2011-03-28 Thread Utkarsh Ayachit
I am not sure why you'd want to use a vtkPolyData. In fact, what you're doing with vtkTable seems very reasonable to me. Utkarsh On Mon, Mar 28, 2011 at 10:37 AM, Brian Panneton brian.panne...@gmail.com wrote: I am making a reader that will be reading in a bunch of X Y statistics. At first I