[Paraview] RGB color coding

2014-08-15 Thread Martin Genet
Dear ParaView people, I have a vector field V defined on some mesh, and I am trying to color-code it following the scheme: - R = |V.x| - G = |V.y| - B = |V.z| Does that make sense? Is there a way to do so? Thanks! Martin ___ Powered by www.kitware.c

[Paraview] Color Map issues with Labels and Title Text Placement

2014-08-15 Thread brady.aydelotte
The Color Map has Labels on the left and Annotations on the right and they can be edited using the "Edit Color Legend Parameters" popup menu. The Labels appear in user specified increments, but I they do not display the max and min values of the range, leaving ugly white space at the top and bott

Re: [Paraview] Color Map issues with Labels and Title Text Placement

2014-08-15 Thread Cory Quammen
Hi Brady, I think you will be happy to hear that the features you request are coming in ParaView 4.2. You can get them now by downloading the Nightly build of ParaView (selectable in the Version menu). Check out the new "Add Range Labels" and "Title Justification" options. Thanks, Cory On Fri, A

Re: [Paraview] RGB color coding

2014-08-15 Thread David E DeMarle
I'ld use the python programmable filter. In the filter: copy the input across make a new three component wide unsigned char array and give it a name iterate over all the points (or cells) get the vector for the point (or cell) scale and bias each component down to 0..255 and store in the new