You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New render_plot_svg function returns the SVG as a string, which is useful for embedding plots in reports or notebooks, post-processing the SVG, or integrating plotting into a larger Python workflow.
New write_plot function provides a convenience wrapper for rendering and writing the SVG directly to disk.
Documentation
Added README examples showing how to use both Python API entry points.