Re: [Paraview] [EXTERNAL] Re: PV 4.2.0 Color legend disappearing

2014-11-24 Thread Scott, W Alan
Excellent, it has been fixed. I will close the bug. Alan -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Saturday, November 22, 2014 12:38 PM To: Scott, W Alan Cc: Armin Wehrfritz; paraview@paraview.org Subject: Re: [Paraview] [EXTERNAL] Re: PV 4.2.0

[Paraview] Cannot get parallelism working in paraview 4.2.0 on our clusters (works with 4.1.0)

2014-11-24 Thread Cook, Rich
Hi, I have recently compiled paraview 4.2.0 on our clusters in the same way I compile with 4.1.0 and am getting some errors. I run pvserver in parallel, and it does not give any weird outputs. I connect with it from my desktop (Mac OS X). I can see in the desktop GUI that four remote servers are

Re: [Paraview] thousands separators in "Annotate Time"?

2014-11-24 Thread Kazuyoshi Furutaka
Dear Sebastien, Thanks, works perfect! Kazuyoshi From: Sebastien Jourdain Subject: Re: [Paraview] thousands separators in "Annotate Time"? Date: Fri, 21 Nov 2014 08:52:03 -0700 > You can use the PythonAnnotation filter instead with the following > expression > > "{:,}".format(t_value) > > On

[Paraview] ParaView 4.1.0 with non-system (conda) python

2014-11-24 Thread w.hunter
I'm building ParaView 4.1.0 on SL 7.0 (using build script provided with OpenFOAM-2.3.0). I'd like to use python from my miniconda installation at /home/username/miniconda. CMake finds this correctly and in CMakeCache.txt I have: PARAVIEW_ENABLE_PYTHON:BOOL=ON PYTHON_EXECUTABLE:FILEPATH=/home/usern

Re: [Paraview] paraview web issue

2014-11-24 Thread Sebastien Jourdain
Apache 2.2 will probably be an issue as WS forwarding was not properly supported with url rewrite. You may need to build Apache yourself on that distribution. The one that have all the fix and is supposed to work is 2.4.7+. We have some additional documentation about that part here: http://www.p

Re: [Paraview] paraview web issue

2014-11-24 Thread Burlen Loring
Hi Sebastien, this is for a public deployment but I am testing in the browser while it locally logged into the system. This server is running ubuntu 11.04, apache 2.2.22. I hope that this isn't a roadblock.I can't easily upgrade. your instructions for 14.04 went off OK but in 2 spots I had to

Re: [Paraview] paraview web issue

2014-11-24 Thread Sebastien Jourdain
Hi Burlen, Just to make sure, you are performing the install on an Ubuntu 14.04 ? Are you trying to try it locally first using "localhost", or are you targeting a real deploy with a real host name? Can you share your config file for the launcher + apache? (You can do it privately depending on yo

Re: [Paraview] [EXTERNAL] factor in axis label for cube axes

2014-11-24 Thread Scott, W Alan
Mikhail, I added this feature to bug number http://www.paraview.org/Bug/view.php?id=13148. Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Mikhail Artemyev Sent: Monday, November 24, 2014 8:07 AM To: ParaView Subject: [EXTERNAL] [Paraview] fac

[Paraview] paraview web issue

2014-11-24 Thread burlen
Hi All, Making an attempt to install ParaView web. I need some assistance in trouble shooting. I am attaching a set of logs from a single attempt. I'm following theinstructions for Ubuntu 14.04 . I see

Re: [Paraview] Interfacing with FE simulation using Catalyst

2014-11-24 Thread Alexandre Ancel
Hello, I tested writing data from the python script, and the data is apparently written correctly when opening the files with Paraview. The issue is only present I try to extract the data in Paraview. I'll continue to investigate both in my code and Paraview. If you have other pieces of advice as

[Paraview] factor in axis label for cube axes

2014-11-24 Thread Mikhail Artemyev
Dear all, How can I change the factor in the axis label? For example, if the x-coordinate is from 0 to 2000 (see the attached picture), the axis label is "X-Axis (x10^3)", and the values on the axis are from 0.0 to 2.0. If I change the x-axis label it affects the name only, the factor stays t

Re: [Paraview] [Paraview-developers] Paraview architecture

2014-11-24 Thread David E DeMarle
Also see, http://www.paraview.org/Wiki/Representations_and_Views. It is out of date ever since since 3.14's redesign of the rendering architecture so the names of the classes are different but the overall flow is the same. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park,

Re: [Paraview] [Paraview-developers] Paraview architecture

2014-11-24 Thread Joachim Pouderoux
Boris, In the 3D View, and depending on the Render View settings, the client may render the geometry (that is the external surface) of the datasets that it receives from the server using OpenGL, or it can receive and display the images (remote rendering) generated by the server. With the first mod

[Paraview] Paraview architecture

2014-11-24 Thread Boris Bobrov
Hello, I am trying to understand the architecture of paraview and it's dataflow. 1. What kind of rendering happens on client side? What rendering does default paraview client perform? Does it use OpenGL or something? What happens when I drag an image in the client? 2. What kind of data flows b