Multiplot

class ase2sprkkr.visualise.plot.Multiplot(layout, figsize=(6, 4), latex=True, updown_layout=False)[source]

This class can be used for plotting more plots into one resulting image/window.

Class hierarchy

Inheritance diagram of ase2sprkkr.visualise.plot.Multiplot

Constructor

__init__(layout, figsize=(6, 4), latex=True, updown_layout=False)[source]
plot(option, plot_info=None, **kwargs)[source]
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