Amber-MD / pytraj

Python interface of cpptraj
https://amber-md.github.io/pytraj
170 stars 38 forks source link

pytraj.plot module not found #1646

Open muhammadammarzahid opened 11 months ago

muhammadammarzahid commented 11 months ago

I am following this tutorial

https://amber-md.github.io/pytraj/latest/tutorials/tutorial_pairwise_rmsd.html

I am using pytraj 2.0.6 which came with amber22. The import of pytraj works fine. But when i give this command

from pytraj.plot import plot_matrix

No module names 'pytraj.plot'

I have checked the modules and its not there. Why is that?

hainm commented 11 months ago

I think it was removed. You can use any program to plot the matrix then.

muhammadammarzahid commented 11 months ago

Thank you Hainm.