Amber中做correlation map图

     需要在电脑中安装gnuplot.

       设置作图环境:

               set view 0,0,1,1
               set pm3d map
               set cbrange [-1:1]
               set palette defined (0 0 0 0, 1 0 0 1, 3 0 1 0, 4 1 0 0, 6 1 1 1)
               splot "ABC_corr.dat" matrix

      

   其中 "ABC_corr.dat"为保存的协方差矩阵的数据文件。

  

你可能感兴趣的:(Amber中做correlation map图)