Need to do triplot to represent joint distrubution and likelihood/posterior
Hello everyone ! I need to do nice triplot with YT, i.e plot representing the joint distributions between each couple of variables I estimate. I give you an example here : https://i.imgur.com/Dzgbc8x.png This would be fine to tell me how to proceed if it is possible Regards
Hi Henry, I think your best bet is to collect the data from your simulations that you need, and then utilize something like seaborn to do the faceting, with something like PairGrid or FacetGrid or something: https://seaborn.pydata.org/tutorial/axis_grids.html https://seaborn.pydata.org/generated/seaborn.PairGrid.html -Matt On Fri, Apr 3, 2020 at 10:28 AM henry wasker <henry.wasker@gmail.com> wrote:
Hello everyone !
I need to do nice triplot with YT, i.e plot representing the joint distributions between each couple of variables I estimate.
I give you an example here : https://i.imgur.com/Dzgbc8x.png
This would be fine to tell me how to proceed if it is possible
Regards _______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org
participants (2)
-
henry wasker
-
Matthew Turk