anndict.wrappers.save_sankey_adata_dict#
- anndict.wrappers.save_sankey_adata_dict(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
svg
at the location specified by filename.