[gmx-users] Population Density Plot

João Henriques joao.m.a.henriques at gmail.com
Mon Sep 17 15:26:24 CEST 2018


How does that reply the OP's question? To calculate the joint probability
distribution you need to perform a kernel density estimation. I'd recommend
either SciPy or Seaborn if you're not averse to coding in Python:

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.gaussian_kde.html
https://seaborn.pydata.org/examples/joint_kde.html

With Seaborn this is an incredibly simple task.

J


More information about the gromacs.org_gmx-users mailing list