pymol作图,蛋白surface
bg_color white
hide all
# 蛋白 Cartoon:仅设颜色lightblue,不碰透明度
show cartoon, rep_
color lightblue, rep_
# 蛋白 Surface:白色,80%不透明度
show surface, rep_
set surface_color, white
set transparency, 0.8, rep_
# 化合物 mol1 显示
show sticks, mol1
color orange, mol1
set stick_radius, 0.18
# 居中视角
zoom mol1
