diff --git a/openmc/plots.py b/openmc/plots.py index 3c810fcf6f..f88d35153e 100644 --- a/openmc/plots.py +++ b/openmc/plots.py @@ -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)