anndict.plot.save_sankey

Contents

anndict.plot.save_sankey#

anndict.plot.save_sankey(plot, filename, adt_key=None)[source]#

Save a Holoviews Sankey plot as an SVG file.

Parameters:
plot Literal['holoviews.Sankey']

Holoviews plot, The Sankey plot to save.

filename str

Base filename for the output SVG file.

adt_key tuple[str, ...] | None (default: None)

Optional identifier to append to the filename.

Return type:

None

Returns:

None

Notes

Saves sankey plot as svg at the location specified by filename.