Multiplot
- class ase2sprkkr.visualise.plot.Multiplot(layout, figsize=(6, 4), latex=True, updown_layout=False, **kwargs)[source]
This class can be used for plotting more plots into one resulting image/window.
Class hierarchy
Constructor
- finish(filename=None, show=None, dpi=600)[source]
Show the prepared plots or save them
- Parameters:
filename (str | None) – The filename where the plot should be stored
show (bool | None) – If True, always show the plot. If False, never. If None, show it, if the filename is not set.
dpi – Dpi for generated plot