cellfish.plot.savefig# cellfish.plot.savefig(fig, path, *, dpi=300, also_png=True)# Save fig; if path is PDF/SVG, also write a PNG sidecar unless disabled. Return type: Path Parameters: fig (Figure) path (str | Path) dpi (int) also_png (bool)