Svg
SVGVis ¶
Bases: Visualization
SVG visualization.
Use this visualization when you want full control over the rendered output by providing raw SVG markup.
Attributes:
| Name | Type | Description |
|---|---|---|
type | Literal['svg'] | Fixed discriminator |
svg | str | SVG markup as a string. |