reno.viz.plot_refs_single_axis#

reno.viz.plot_refs_single_axis(trace, ref_list, num_ticks=3, **figargs)#

I’ve seen this type of plot in a few SDM textbooks and references at this point, it plots all the specified references on the same plot and scales each one individually.

This means there’s a separate y-axis per reference, and getting the tick labels to not conflict with eachother and be offset was a bit of a trick, so this simplifies that logic.

Parameters:
  • trace (InferenceData | Dataset)

  • ref_list (list[str | Reference])

  • num_ticks (int)