Oh, and you can still toss in var_names if you want to narrow the number of parameters plotted:
az.plot_trace(trace,
var_names = ['K_1'],
coords={"K_1_dim_0": [7, 8, 9, 10]})
Oh, and you can still toss in var_names if you want to narrow the number of parameters plotted:
az.plot_trace(trace,
var_names = ['K_1'],
coords={"K_1_dim_0": [7, 8, 9, 10]})