Mike, You can think of color maps in ParaView as being stored in a map from data array name to color map. If you care coloring two data sets by arrays of the same name, then the same color map will be used for each.
A workaround is to rename a data array using the Calculator filter. Set the expression to the name of the array you want to view, then set the "Result Array Name" to something else. Choose the new name to color by, and you will be able to color the data sets differently. HTH, Cory On Mon, Nov 7, 2016 at 3:25 PM, Michael Jackson <[email protected]> wrote: > I would like to load up 2 different files and then display one using a gray > scale color map and the other a simple RGB color map and some transparency > so that I can "overlay" one image onto the other. It would seem that when I > apply a color map to one data set it applies to all the data sets. How can I > change this behavior? > > Thanks > > -- > Michael A. Jackson > BlueQuartz Software, LLC > [e]: [email protected] > _______________________________________________ > 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 -- Cory Quammen Staff R&D Engineer Kitware, Inc. _______________________________________________ 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
