mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Add missing show_overlaps option to plots.xml input file documentation (#3068)
This commit is contained in:
parent
391450ce01
commit
653d8835dc
1 changed files with 12 additions and 0 deletions
|
|
@ -151,6 +151,18 @@ attributes or sub-elements. These are not used in "voxel" plots:
|
|||
|
||||
*Default*: 255 255 255 (white)
|
||||
|
||||
:show_overlaps:
|
||||
Indicates whether overlapping regions of different cells are shown.
|
||||
|
||||
*Default*: None
|
||||
|
||||
:overlap_color:
|
||||
Specifies the RGB color of overlapping regions of different cells. Does not
|
||||
do anything if ``show_overlaps`` is "false" or not specified. Should be 3
|
||||
integers separated by spaces.
|
||||
|
||||
*Default*: 255 0 0 (red)
|
||||
|
||||
:meshlines:
|
||||
The ``meshlines`` sub-element allows for plotting the boundaries of a
|
||||
regular mesh on top of a plot. Only one ``meshlines`` element is allowed per
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue