|
[Sponsors] |
[OpenFOAM] Paraview gray scale from white to black |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 4, 2012, 13:36 |
Paraview gray scale from white to black
|
#1 |
Member
Jeong Kim
Join Date: Feb 2010
Posts: 42
Rep Power: 16 |
I wanted to create a contour plot with the gray scale from white (lowest value) to black (highest value) in paraview.
The default gray scale is opposite to what I want. How can I make a contour plot with white to black? Thanks in advance for your help. |
|
August 4, 2012, 16:23 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Jeong,
Simple:
Code:
<ColorMap name="Grayscale" space="RGB"> <Point x="0" o="1" r="1" g="1" b="1"/> <Point x="1" o="0" r="0" g="0" b="0"/> <NaN r="1" g="0" b="0"/> </ColorMap> You can also change the "name" of the "ColorMap". Best regards, Bruno
__________________
|
|
August 4, 2012, 20:16 |
thanks. This works.
|
#3 | |
Member
Jeong Kim
Join Date: Feb 2010
Posts: 42
Rep Power: 16 |
Thanks a lot for your tip.
Quote:
|
||
March 2, 2014, 08:51 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
OK, so somebody who I won't mention, has asked me for more details on this topic.
So here goes a quick step-by-step guide:
Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Black Screen with Paraview 5.6.0 on Ubuntu 18.04 after OpenFOAM update | ksmithgall | ParaView | 12 | August 29, 2019 12:52 |
[OpenFOAM] Paraview client/server does not work with ParaView 5.0.1 | snak | ParaView | 0 | October 17, 2016 11:22 |
paraFoam / paraview black screen | gfilip | OpenFOAM | 6 | July 13, 2009 05:30 |
[OpenFOAM] Suface data displayed as a black color | aerovargas | ParaView | 1 | September 10, 2008 20:22 |
CFX-Post: black and white legend/plots? | Sjoerd Romkes | CFX | 0 | March 8, 2002 12:20 |