Re: [Paraview] [Paraview-developers] Paraview with python problem

2013-12-19 Thread Utkarsh Ayachit
Cool. Glad it's working. I am guessing the Windows build of Python expects things to be under certain locations for it to work without setting the variables explicitly. Utkarsh On Thu, Dec 19, 2013 at 1:40 AM, Lodron, Gerald gerald.lod...@joanneum.at wrote: I solved the issue: I only copied

Re: [Paraview] Blog: matplotlib View coming in ParaView 4.1

2013-12-19 Thread Aurélien Marsan
Hi Cory, Sorry for the delay, Sometimes, I suppose that I would like to be able to just plot some matplotlib graphics from the programmable filter, as if it were a standard python script. No matter if the window is included or not within the paraview interface. A simple matplotlib window -- like

Re: [Paraview] python wrapping and paraview plugins

2013-12-19 Thread Kate Fissell
Hi, I also have the issue of vtkPythonArgs.h can not be found: trying to compile Pat's demo plugin example for a filter with python wrapper for ParaView-4.x at https://github.com/patmarion/PythonWrappedPluginExample I set ParaView_DIR to my upper level build dir, but the only copy of

[Paraview] how do I do this?

2013-12-19 Thread Ryan Abernathey
I have vector velocity data from a CFD simulation, and I would like to visualize the flow like this: http://earth.nullschool.net/#current/wind/isobaric/1000hPa/orthographic=267.73,5.54,350 Is there any way I can do this with paraview? Thanks, Ryan ___

Re: [Paraview] python wrapping and paraview plugins

2013-12-19 Thread Utkarsh Ayachit
Kate, I am not sure what's the state of that repo. I'd suggest try using code in ParaView source as a reference. Refer to ParaView/Plugins/EyeDomeLighting. Any module added within a plugin is automatically Python wrapped when ParaView was built with Python support enabled. Utkarsh On Thu, Dec