minfeima

minfeima @minfeima

组织

@analoguecomputation 模拟计算 @wlzhu_team 课题组公共空间
  • 用python画Bar chart with error bars叠加scatter plot
    原数据 共五组,每组7个数值 data.xlsx (For bar chart) data2.xlsx(For scatter plot) y='docking score', x='protein', hue='coronavirus' Bar chart with error bars #!/usr/bin/env python3 import nump
  • D3Pockets
    Pockets generation [zqchen@DDB S_protein]$ python27ana $D3Pockets_UCB_HOME/PyPocket_Detect.py -r fixed.pdb [zqchen@DDB S_protein]$ python27ana $D3Pockets_UCB_HOME/gensinglePDBpml.py fixed.pdb [zqc
  • Color in python
    Choosing color in matplotlib Choosing color in seaborn seaborn中可选择的颜色更多,可在color参数中选择seaborn的颜色,例如: plt.plot(x, y, color=seaborn.xkcd_rgb['rose pink']) Chooing color palettes in seaborn 可以直接使用