Small change in spacing.

This commit is contained in:
Patrick Shriwise 2019-06-12 16:50:44 -05:00
parent 8946bbd238
commit 2d4c9934b7

View file

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