Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Sebastien Jourdain
At the end of the "initialize" function. Or just edit to match the color you want. https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L197 On Fri, Apr 28, 2017 at 10:47 AM, Daniel Zuidinga wrote: > I run the pv_web_visualizer.py > > just add it to

Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Daniel Zuidinga
I run the pv_web_visualizer.py just add it to that file at the end? Am 28.04.2017 um 18:44 schrieb Sebastien Jourdain: I don't know, are you using ParaView as server? What is the Python file you execute to run that server? That could be in that file. On Fri, Apr 28, 2017 at 10:42 AM, Daniel

Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Sebastien Jourdain
I don't know, are you using ParaView as server? What is the Python file you execute to run that server? That could be in that file. On Fri, Apr 28, 2017 at 10:42 AM, Daniel Zuidinga wrote: > in which file? > > > Am 28.04.2017 um 16:53 schrieb Sebastien Jourdain: > > In Python

Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Daniel Zuidinga
in which file? Am 28.04.2017 um 16:53 schrieb Sebastien Jourdain: In Python on the server side: view = simple.GetRenderView() view.Background = [0, 0.5, 1] On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga > wrote: Hi, where can I set

Re: [Paraview] Set background color, paraview web

2017-04-28 Thread Sebastien Jourdain
In Python on the server side: view = simple.GetRenderView() view.Background = [0, 0.5, 1] On Fri, Apr 28, 2017 at 8:10 AM, Daniel Zuidinga wrote: > Hi, > > where can I set the default background color in paraview web? > > best regards > >

Re: [Paraview] Color legend not working properly

2017-04-28 Thread Utkarsh Ayachit
What this means is that your OpenGL drivers are probably too old or buggy. You may want to try updating them, if you want to use your GPU for rendering. Otherwise, the --mesa option makes ParaView use software rendering with Mesa libraries packaged in the binaries. Utkarsh On Thu, Apr 27, 2017

Re: [Paraview] Outline of vtkImageData incorrect?

2017-04-28 Thread philipp jung
Thanks for your reply. Unfortunately i cannot share the dataset. However, the input data only relates to the output data in a way that it provides an upper bound for the output bounds. The actual dimensions and bounds are input by the user and are then processed to extent and spacing which are

[Paraview] Set background color, paraview web

2017-04-28 Thread Daniel Zuidinga
Hi, where can I set the default background color in paraview web? best regards ___ 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] Fwd: [ParaView] Using MPI for raw file

2017-04-28 Thread Mathieu Westphal
Hi Daniel I do not know much about the .raw format, so i forwarded to the community to see if someone can help you. Regards, Mathieu Westphal -- Forwarded message -- From: Daniel lee Date: Fri, Apr 21, 2017 at 10:38 AM Subject: Re: [ParaView] Using MPI

[Paraview] Strategy for a time dependent model on tetrahedral mesh with different regions

2017-04-28 Thread Michael Bieri
Hello I have a time dependent model on a tetrahedral mesh. The mesh consists of two regions. The boundary between the regions can be seen as a third region, consisting of a triangle mesh. Now my simulation computes the following: On the "outer" region I have pressure, on the "inner" region, I

Re: [Paraview] Use different scalars as timesteps in legacy VTK file

2017-04-28 Thread Mark Olesen
I saw something a few weeks back from someone who mentioned writing out an initial vtk file with geometry/data and then using a data mapper for subsequent times. I don't have any other details, but may be it is something to search for. For your original point: I have encountered the same