The easiest way "should" be to use the plot over time filter's internal ability to give you the average of everything it is plotting. Right now to do that is more awkward than it should be, so you have to do as least as many steps as Andy's solution. But here is a solution.
1. Open the Find Data dialog 2. Make a selection that selects everything (e.g. ID is >= 0) 3. Click the "Plot Selection Over Time" button 4. In the resulting plot, turn off all variables and then turn on the AVG(EQPS) series Note that this would collapse to one step (apply a filter) if bugs 0014978 and 0014945 were implemented. I suggest giving these a high priority. Bug 0014978 should be really easy to implement. Bug 0014945 is going to take more time, but it is really important to make all plot-over-time functionality useful. -Ken From: Andy Bauer <[email protected]<mailto:[email protected]>> Date: Thursday, April 9, 2015 at 7:25 AM To: Walter Scott <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [EXTERNAL] Re: [Paraview] Mean Oops, I forgot a step. After the integrate variables, you should divide EQPS by volume to get the mean... On Thu, Apr 9, 2015 at 9:23 AM, Andy Bauer <[email protected]<mailto:[email protected]>> wrote: Hi Alan, I think the quickest way to do it is to use the Integrate Variables filter which should pop up a spreadsheet view. Then go to cell data in the spreadsheet view and select the only cell and then do Plot Selection Over Time. I'm sure Utkarsh or Ken knows how to do it in at least 2 less steps though :). Regards, Andy On Wed, Apr 8, 2015 at 8:52 PM, Scott, W Alan <[email protected]<mailto:[email protected]>> wrote: I want to take the mean EQPS from the can.exo dataset, and plot it over time. Any idea how I can do this? Thanks, Alan _______________________________________________ Powered by www.kitware.com<http://www.kitware.com> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
