<div dir="ltr"><div>Hi Paul,<br><br></div><div>From what I can tell from playing around with the PlotSelectionOverTime filter, it doesn't create any extra arrays so I think it may work by using the PassArrays filter right before the PlotSelectionOverTime filter. If that doesn't get your desired behavior then maybe you want to try the Programmable Filter. Information on that is available at <a href="http://www.paraview.org/Wiki/Python_Programmable_Filter">http://www.paraview.org/Wiki/Python_Programmable_Filter</a>.<br><br></div><div>Regards,<br></div><div>Andy<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 27, 2015 at 6:24 PM, Paul DesJardin <span dir="ltr"><<a href="mailto:ped3@buffalo.edu" target="_blank">ped3@buffalo.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm trying to save a subset of data generated from the<br>
PlotSelectionOverTime filter.  I tried using the PassArrays filter to<br>
narrow my selection but the data doesn't appear under Point, Cell or<br>
Field data options for that filter.  The data in the<br>
PlotSelectionOverTime is labeled as "Cell Statistics" and was created<br>
using the following lines from a Python script...<br>
<br>
   selection = SelectCells(query="id==0")<br>
   PSOT = PlotSelectionOverTime(Selection=selection)<br>
   PSOT.UpdatePipeline()<br>
<br>
Any help would be much appreciated....<br>
<br>
Thanks,<br>
<br>
Paul<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
=========================================<br>
Paul DesJardin, Ph.D.<br>
Professor<br>
University at Buffalo, State University of New York<br>
Buffalo, NY 14260-4400<br>
Tel:  <a href="tel:716-645-1467" value="+17166451467">716-645-1467</a><br>
email:  <a href="mailto:ped3@buffalo.edu">ped3@buffalo.edu</a><br>
web:  <a href="http://cet.eng.buffalo.edu" target="_blank">cet.eng.buffalo.edu</a><br>
=========================================<br>
</font></span></blockquote></div><br></div>