textnets.viz.savefig¶ textnets.viz.savefig(*args, **kwargs) → None[source]¶ Save the last figure. Parameters: filename (str or path-like) – File or path that the figure should be saved to. format (str, optional) – The file format. dpi (float, optional) – The image resolution. metadata (dict, optional) – Image metadata to store in the file.