I used to be able to do pm.forestplot(...,ylabels=array_of_labels), but with the arviz integration it looks like I can’t anymore. Any idea on how to do this now?
thanks, for the record, it looks like they should be passed in the reversed order. gave me a bit of headache. so it should be ax[0].set_yticklabels(ylabels[::-1]);
