Skip to content

API

Choose a tag to compare

@micknudsen micknudsen released this 07 Jul 10:31

gcnvplot 0.5.0

Added

  • Added a Python API for rendering plots from code.
  • 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.

Notes

  • No changes to the existing CLI behavior.