@minfeima
全站
@minfeima
搜索
最近访问文档
空间
用户/组织
登录
minfeima
@minfeima
17
粉丝
23
关注
组织
模拟计算
课题组公共空间
空间
最近文档
用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
分享
2022-01-17 16:51:31
minfeima
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
分享
2022-01-12 18:21:27
minfeima
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 可以直接使用
分享
2022-01-12 16:34:26
minfeima