SVG
class SVGVis
Section titled “class SVGVis”class SVGVis(Visualization):SVG visualization.
Use this visualization when you want full control over the rendered output by providing raw SVG markup.
Attributes:
typeLiteral['svg']— Fixed discriminator"svg".svgstr— SVG markup as a string.
Source
class SVGVis(Visualization): """SVG visualization.
Use this visualization when you want full control over the rendered output by providing raw SVG markup.
Attributes: type: Fixed discriminator `"svg"`. svg: SVG markup as a string. """
type: Literal["svg"] = "svg" svg: str