Re: [Paraview] Plot on a Contour surface

2008-12-30 Thread Jacques Papper
One useful thing I have been doing is to use the calculator before doing a 2D plot and creating a varible "x" = x_coord so that I can plot against a geometric coordinate instead of an int. It's weird that I have to do this and can not access the x variable directly ... 2008/12/29 Berk Geveci > I

Re: [Paraview] Plot on a Contour surface

2008-12-30 Thread Berk Geveci
Try this: * Create a spreadsheet view * Turn on the visibility of the dataset you want to save * File -> Export * Export to csv -berk On Tue, Dec 30, 2008 at 10:43 AM, Stephen Wornom wrote: > Berk Geveci wrote: >> >> I had some figuring this one out. Here is the pipeline: >> >> reader -> conto

Re: [Paraview] hyperstreamline visualization

2008-12-30 Thread Berk Geveci
Hi Pierre, The reason the filter does not show up is that it has the same name as an existing one. Try changing the name from CellDerivatives to CellDerivatives2. -berk On Thu, Dec 18, 2008 at 5:35 PM, Pierre JUILLARD wrote: > Well, I exactly took the one printed on > http://www.paraview.org/Wi

Re: [Paraview] Warning in Paraview :

2008-12-30 Thread Utkarsh Ayachit
How are you getting this error? What are the actions that you performed to get this error? Utkarsh On Tue, Dec 30, 2008 at 11:34 AM, Chaman Singh Verma wrote: > Hello, > > I get the following warning or error when I use Paraview: > > Internal state of frames has got messed up! > > What does it m

[Paraview] Warning in Paraview :

2008-12-30 Thread Chaman Singh Verma
Hello, I get the following warning or error when I use Paraview: Internal state of frames has got messed up! What does it means ? csv ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] Creating Plugins

2008-12-30 Thread Michael Jackson
Reproduced the problem on OS X 10.5.6 with latest Xcode tools and ParaView from CVS (probably pulled yesterday). Removing the space between '//' and 'ETX' resolves the hang. Tried to work through the code but didn't get very far. At least it is reproducible.

Re: [Paraview] Plugin Writing

2008-12-30 Thread Benjamin Schindler
Hi I have a gui xml file - I have a proper CMakeLists file etc. The thing is - I have two filters atm. When I comment one out (from CMakeLists and from the xml file), it all works. But when I add the new filter, it doesn't work anymore which indicates that there must be some xml error of some