mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Added example of col_spec in user's guide.
This commit is contained in:
parent
bd39560484
commit
746a05984c
1 changed files with 7 additions and 0 deletions
|
|
@ -938,6 +938,13 @@ sub-elements:
|
|||
Specifies the custom color for the cell or material. Should be 3 integers separated
|
||||
by spaces.
|
||||
|
||||
As an example, if your plot is colored by material and you want material 23
|
||||
to be blue, the corresponding ``col_spec`` element would look like:
|
||||
|
||||
.. code-block:: xml
|
||||
|
||||
<col_spec id="23" rgb="0 0 255" />
|
||||
|
||||
*Default*: None
|
||||
|
||||
:mask:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue