radial_profiles.RadialProfile.plot#

RadialProfile.plot(rmin, rmax, num_points=1000, fig=None, ax=None, **kwargs)[source]#

Make a quick plot of a profile using Matplotlib.

Parameters:
  • rmin (float) – The minimum radius of the plot in kpc.

  • rmax (float) – The maximum radius of the plot in kpc.

  • num_points (integer, optional) – The number of logspaced points between rmin and rmax to use when making the plot. Default: 1000

  • fig (Figure, optional) – A Figure instance to plot in. Default: None, one will be created if not provided.

  • ax (Axes, optional) – An Axes instance to plot in. Default: None, one will be created if not provided.