Open muhammadammarzahid opened 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?
I think it was removed. You can use any program to plot the matrix then.
Thank you Hainm.
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?