[Paraview] Use separate arrays for colormap and opacity

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Jun 29 10:55:45 EDT 2017


One option is to use "Python Programmable Filter" to generate an RGBA
array in which you do the color and opacity mapping yourself. You
won't have access to the color and opacity transfer ParaView sets up,
but you can create your own internally. Not the most elegant solution
-- but a solution, nonetheless.

Utkarsh

On Tue, Jun 13, 2017 at 12:24 PM, Evan Kao <tossin at gmail.com> wrote:
> Hello all,
>
> We would like to be able to visualize an object without tying the colormap
> to the same array as the opacity.  Specifically, we would like to animate
> pathlines and color them by velocity, while setting their opacity according
> to particle age.  Is this possible in Paraview?
>
> Thanks,
> Evan Kao
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>


More information about the ParaView mailing list