panel

dustpy.plot.panel(data, filename='data', extension='hdf5', im=0, ir=0, it=0, show_limits=True, show_St1=True)[source]

Simple plotting script for data files or simulation objects.

Parameters:
  • data (dustpy.Simulation or string) – Either instance of dustpy.Simulation or path to data directory to be plotted

  • filename (string, optional, default : "data") –

  • extension (string, optional, default : "hdf5") – Plotting script is looking for files with pattern <data>/<filename>*.<extension>

  • im (int, optional, default : 0) – Number of mass bin along which density distribution is plotted

  • ir (int, optional, default : 0) – Number of radial grid index along density distribution is plotted

  • it (int, optional, default : 0) – Index of snapshot to be plotted

  • show_limits (boolean, optional, default : True) – If True growth limits are plotted

  • show_St1 (boolean, optional, default : True) – If True St=1 line is plotted