[Paraview] Re: Can ParaView create "envelope" or cumulative maximums

2015-12-04 Thread Dennis Conklin
Alan, My first thought is to run Temporal Statistics with Maximum selected and paint by that. Is that not working? Dennis ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [Paraview] Can ParaView create "envelope" or cumulative maximums

2015-12-04 Thread Dennis Conklin
Jean, Manipulating time inside pipeline objects is explained pretty well here: http://www.kitware.com/blog/home/post/989 Dennis From: Dennis Conklin Sent: Friday, December 04, 2015 11:08 AM To: 'paraview@paraview.org' Cc: Alan Scott (wasc...@sandia.gov)

Re: [Paraview] Labels using mathtext notation

2015-12-04 Thread David Lonie
On Thu, Dec 3, 2015 at 5:42 PM, Hahn, Steven E. wrote: > Hi Dave, > > Thank you for looking into and quickly fixing this issue. Will this bugfix > be included in ParaView 5? > Yes, this should be fixed in the next release. Dave ___

Re: [Paraview] Can ParaView create "envelope" or cumulative maximums?

2015-12-04 Thread Favre Jean
Incidentally, I tried to achieve this with a Python programmable filter since that was Alan's question. I did not succeed. I am removing the TIME_STEPS() and TIME_RANGE() in the RequestInformationScript script. I am setting a different UPDATE_TIME_STEP() at each iteration of the

[Paraview] ANNOUNCE HPDAV workshop: Call for papers

2015-12-04 Thread Berk Geveci
HPDAV 2016 Call for papers The workshop on High Performance Data Analysis and Visualization (HPDAV) 2016 http://vis.lbl.gov/Events/HPDAV-IPDPS-2016/ May 23, 2016 To be held in conjunction with 30th IEEE

Re: [Paraview] Can ParaView create "envelope" or cumulative maximums?

2015-12-04 Thread Berk Geveci
Somebody kindly defined a variable called "request" in the programmable filter. So you can do: request.Set(vtk.vtkStreamingDemandDrivenPipeline.CONTINUE_EXECUTING(), 1) I believe. On Fri, Dec 4, 2015 at 11:29 AM, Favre Jean wrote: > > Incidentally, I tried to achieve this with

Re: [Paraview] [vtkusers] Saving custom array class instance to *.vti file with time information

2015-12-04 Thread Cory Quammen
HI Gael, Saving each time step to a VTI file is very reasonable in the way that you are doing it. I would recommend doing that. To assign times to each VTI file, I recommend also writing a .pvd file, which is an XML file that describes a list of files that can be loaded by ParaView. You can

Re: [Paraview] Inconsistent new view with the defalut

2015-12-04 Thread Cory Quammen
Yoshimi, I can confirm this behavior. I'll look into a fix. Cory On Tue, Nov 24, 2015 at 11:17 PM, kenichiro yoshimi wrote: > Hi Everyone, > > I am using 5.0.0-RC1 64-bit on Windows. > > I save the parallel projection setting as default: > - Toggle the advanced

Re: [Paraview] Inconsistent new view with the defalut

2015-12-04 Thread Cory Quammen
Yoshimi, I looked into this issue some more. The server manager property is loaded as expected from the settings file. However, camera settings are a little special as they are not updated from the server manager. Data flows from the camera on the client to the server only, not back. I'll have

Re: [Paraview] Paraview 4.4.0 - Plugin with a custom 3d widget

2015-12-04 Thread Cory Quammen
Can you just use the standard box widget? Or are you planning to create a new widget in your plugin? On Thu, Dec 3, 2015 at 10:00 AM, Andrzej Peczak wrote: > Cory > > I had tried to place the widget in utilities.xml under name="implicit_functions"> earlier without the

Re: [Paraview] Customize time values displayed in time annotation [take 2]

2015-12-04 Thread Cory Quammen
Hi Giordano, You can use a .pvd file to assign time values to different files in the way you want. Please see http://www.paraview.org/Wiki/ParaView/Data_formats#PVD_File_Format HTH, Cory On Wed, Nov 25, 2015 at 4:15 PM, Giordano Lipari < giordano_lip...@yahoo.co.uk> wrote: > Hi all! I am