Add missing show_overlaps option to plots.xml input file documentation (#3068)

This commit is contained in:
John Vincent Cauilan 2024-07-03 12:44:20 -05:00 committed by GitHub
parent 391450ce01
commit 653d8835dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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