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.
- plot
- Return type:
None- Returns:
None
Notes
Saves sankey plot as
svgat the location specified by filename.