arviz-devs / arviz-plots

ArviZ modular plotting
https://arviz-plots.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Add plot_ridge #7

Closed aloctavodia closed 1 month ago

aloctavodia commented 11 months ago

Split the current plot_forest in to plot_ridge (mountain-range kde-like) this issue and plot_forest (intervals) #6 }

~~For list of dataset/inferencedata input we might need another loop strategy NOTE: __variable__ only works for facetting right now, it is needed for this to work with aesthetics when there are multiple variables.~~

OriolAbril commented 3 months ago

It will look very similar to plot_forest (already implemented) so it might be a good idea to start from there and once it is working try to refactor them to extract common parts and avoid duplication