How to plot a subset of mulitple parameters of a variable

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]})
1 Like