API

colorcorner.plot(samples, smooth1d, color1d, labels, cmap, CL, CL_color, plot_corner, scatter_color)

Return a corner plot.

Parameters
  • samples (array-like) – your samples

  • smooth1d (int) – same as smooth1d of corner.corner

  • color1d (str) – color of your marginalized posteriors

  • labels (list) – name of your parameters

  • cmap (str) – name of your color map (same as for matplotlib)

  • CL (list) – Confidence level

  • CL_color (str) – color of the curve levels

  • plot_corner (bool) – show the plot

  • scatter_color (str) – color of the scatter points