yt_astro_analysis.halo_analysis.halo_catalog.halo_callbacks.phase_plot

yt_astro_analysis.halo_analysis.halo_catalog.halo_callbacks.phase_plot(halo, output_dir='.', phase_args=None, phase_kwargs=None)

Make a phase plot for the halo object.

Parameters:
  • halo (Halo object) – The Halo object to be provided by the HaloCatalog.

  • output_dir (string) – Name of directory where profile data will be written. The full path will be the output_dir of the halo catalog concatenated with this directory. Default : “.”

  • phase_args (list) – List of arguments to be given to PhasePlot.

  • phase_kwargs (dict) – Dictionary of keyword arguments to be given to PhasePlot.