Probability contours

Hi everybody
I’m going to plot a 95% probability contours using Arviz. Unfortunately, I couldn’t find an appropriate function for specifying the HDI interval (in this case, 95%). Is there any other library or function for this object??
Note: Contours plot is used when there are 2 parameters (or even more…!)

Thanks

I think you want this contour plot · Issue #1651 · arviz-devs/arviz · GitHub

Would Dan FM’s corner plot do the trick? Also re the 94 HDI, he has a note on the appropriate bandwidth to capture the mass in 2D: A note about sigmas — corner.py

Yes, I commented that on the issue. The latest version of corner.py also supports inferencedata as input