Re: [Paraview] Saving data plotted using PlotOverLine

2010-03-09 Thread Stephen Molloy
can use the following: w = DataSetCSVWriter(FileName=foo.csv) w.UpdatePipeline() When all is working well, would you share your python script? Thanks in advance, Stephen On Mon, Mar 8, 2010 at 5:50 AM, Stephen Molloy stephen.mol...@rhul.ac.uk wrote: Hi all, I am using Paraview 3.7.0

Re: [Paraview] Saving data plotted using PlotOverLine

2010-03-09 Thread Stephen Molloy
at 8:33 AM, Stephen Molloy stephen.mol...@rhul.ac.uk wrote: Right. As I mentioned in my email from last night, I suspected the problem was with the PlotOverLine object, and I was right. I wasn't defining that properly, so the CSV file was empty. Attached is the working file. Thanks again

Re: [Paraview] Saving data plotted using PlotOverLine

2010-03-09 Thread Stephen Molloy
for taking time to help me. Steve Utkarsh Ayachit wrote: Steve, I don't have a SLAC dataset, but here's the python script for an exodus dataset. Utkarsh On Tue, Mar 9, 2010 at 3:51 PM, Stephen Molloy stephen.mol...@rhul.ac.uk wrote: Utkarsh, I was using a development version of Paraview 3.7

[Paraview] Saving data plotted using PlotOverLine

2010-03-08 Thread Stephen Molloy
Hi all, I am using Paraview 3.7.0 to view a large number of data files, each with the same geometry. I need to load the geometry and volume data, use PlotOverLine to extract the magnitude of a variable along a particular line, and then save this data to a CSV file. Due to the large number

Re: [Paraview] Saving data plotted using PlotOverLine

2010-03-08 Thread Stephen Molloy
the following: w = DataSetCSVWriter(FileName=foo.csv) w.UpdatePipeline() On Mon, Mar 8, 2010 at 5:50 AM, Stephen Molloy stephen.mol...@rhul.ac.uk wrote: Hi all, I am using Paraview 3.7.0 to view a large number of data files, each with the same geometry. I need to load the geometry and volume data, use