def
svg
cauldron.display.svg()

Adds the specified SVG string to the display. If a filename is included, the SVG data will also be saved to that filename within the project results folder.

Arguments
Required
Optional
svg_dom

str

The SVG string data to add to the display.

filename

str

An optional filename where the SVG data should be saved within the project results folder.

Default Value: 

None