mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Small change in spacing.
This commit is contained in:
parent
8946bbd238
commit
2d4c9934b7
1 changed files with 0 additions and 1 deletions
|
|
@ -678,7 +678,6 @@ class Plot(IDManagerMixin):
|
|||
color = self._overlap_color
|
||||
if isinstance(color, str):
|
||||
color = _SVG_COLORS[color.lower()]
|
||||
|
||||
subelement = ET.SubElement(element, "overlap_color")
|
||||
subelement.text = ' '.join(str(x) for x in color)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue