You can do something along these lines:
az.plot_trace(trace, coords={"K_1_dim_0": [7, 8, 9, 10]})
But I would check out Oriol’s blog post about xarray coords and dims for a more robust approach to handling arrays of parameters.
You can do something along these lines:
az.plot_trace(trace, coords={"K_1_dim_0": [7, 8, 9, 10]})
But I would check out Oriol’s blog post about xarray coords and dims for a more robust approach to handling arrays of parameters.