Re: [Paraview] Help: How to get multi screenshots in one picture from Paraview

2017-08-14 Thread Utkarsh Ayachit
Shudi, Can you elaborate a little? I am not sure I understand what you want to take multiple screenshots of. Utkarsh On Mon, Aug 14, 2017 at 4:58 PM, 董 舒迪 wrote: > Dear all, > > > I am currently using paraview to analyse my .vtk data. I want to get some > screenshots for

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-14 Thread Sebastien Jourdain
I think your import is correct. Regarding the sample data, this is the way you can download it via npm (when doing "npm install") => https://github.com/Kitware/paraviewweb/blob/master/package.json#L48 On Mon, Aug 14, 2017 at 3:12 PM, Léo Pessanha wrote: > Hi!

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-14 Thread Léo Pessanha
Hi! Thank you for the help! Because of it I was able to build and start the example correctly. Now I am trying different examples such as MultiLayoutViewer https://kitware.github.io/paraviewweb/examples/MultiLayoutViewer.html . I am still a little doubtful about my imports but I believe import

[Paraview] Help: How to get multi screenshots in one picture from Paraview

2017-08-14 Thread 董 舒迪
Dear all, I am currently using paraview to analyse my .vtk data. I want to get some screenshots for my presentation. I have tried version 4.1 and 5.2 and I could save one screenshot per time. Does anyone know how can I get multi screenshots in one picture with paraview itself? I do not want

Re: [Paraview] Segmentation fault in protobuf

2017-08-14 Thread Ben Boeckel
On Mon, Aug 14, 2017 at 20:45:41 +0300, u.utku.turunco...@be.itu.edu.tr wrote: > Again thanks for your help. I tried to use protobuf 3.3.0 with PV 5.4.0rc4 > but i am getting following error > > CMake Warning at > >

Re: [Paraview] Segmentation fault in protobuf

2017-08-14 Thread u . utku . turuncoglu
It is my fault, I forgot to change coupe of variable in PV config, it seems that PV is compiling with 3.3.0. I'll try to run the code when it is installed. It seems that 2.5 is not usable with PV and old. Anyway, I'll let you know about the result. --ufuk > Hi Ben, > > Again thanks for your

Re: [Paraview] Segmentation fault in protobuf

2017-08-14 Thread u . utku . turuncoglu
Hi Ben, Again thanks for your help. I tried to use protobuf 3.3.0 with PV 5.4.0rc4 but i am getting following error CMake Warning at /usr/local/software/spack/develop-290617/spack/opt/spack/linux-rhel7-x86_64/gcc-5.4.0/cmake-3.8.1-hvzxbkmal

[Paraview] ISAV 2017 paper deadline extension: 29 Aug 2017, 3rd Annual Workshop on In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization (ISAV 2017)

2017-08-14 Thread Patrick O'Leary
(Apologies if you receive multiple copies of this notice, it is being cross posted to several different lists) Update: paper submission due date extended to 29 Aug 2017 23:59 AoE ISAV 2017: In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization In cooperation with SIGHPC

Re: [Paraview] ParaViewWeb/Visualizer file upload server

2017-08-14 Thread Sebastien Jourdain
Hi Louise, The upload part can be managed by the launcher or the actual ParaViewWeb server (the later require additional args at startup). That part was meant to be a proof of concept so we could create a form and let the user upload the dataset that he wanted to visualize with Visualizer either

Re: [Paraview] vtk-js adding axes grid and labels

2017-08-14 Thread Sebastien Jourdain
Hi Mariana, Questions about vtk.js can be done on the issue tracker of vtk.js as well. Regarding the axis grid, vtk.js does not provide such filter/representation yet. Unfortunately we don't have a time frame of when that will be available. On the other hand, if you feel like it, you can

Re: [Paraview] Segmentation fault in protobuf

2017-08-14 Thread Ben Boeckel
On Mon, Aug 14, 2017 at 16:49:55 +0300, u.utku.turunco...@be.itu.edu.tr wrote: > Thanks for your help. The server is Scientific Linux release 7.3 > (Nitrogen) and yes i install PV from source using NVIDIA EGL libraries. In > this case, I set USE_X OFF and also QT_GUI OFF. I tried both Intel (2017)

[Paraview] ParaViewWeb/Visualizer file upload server

2017-08-14 Thread louise.davies
Hello, I was reading the docs for ParaViewWeb and Visualizer and I see they both mention a file upload server. Specifically, this section (https://kitware.github.io/paraviewweb/docs/python_launcher.html#Optional-Upload-Server) gives basic details of how it works. My question is that I can't

Re: [Paraview] Segmentation fault in protobuf

2017-08-14 Thread u . utku . turuncoglu
Hi Ben, Thanks for your help. The server is Scientific Linux release 7.3 (Nitrogen) and yes i install PV from source using NVIDIA EGL libraries. In this case, I set USE_X OFF and also QT_GUI OFF. I tried both Intel (2017) and gcc and result is same. I also installed PV 5.4.1RC4 and still same. It

Re: [Paraview] Segmentation fault in protobuf

2017-08-14 Thread Ben Boeckel
On Sun, Aug 13, 2017 at 21:44:41 +0300, u.utku.turunco...@be.itu.edu.tr wrote: > I am trying to install a code with support ParaView, Catalyst (version > 5.3) to a new system. In this case, the code crash (seg. fault) at the > beginning without giving any valuable hint about the problem. If I run

[Paraview] vtk-js adding axes grid and labels

2017-08-14 Thread Danielová Mariana
Hello all, I am using vtk-js for visualization of .vtk datasets. I would like to add axes grid and some labels to my project. Is it possible? I haven't found anything in the documentation here https://kitware.github.io/vtk-js/api/. Is this the correct place to ask questions about vtk-js? Thank