This is a read-only mirror of pymolwiki.org
Line color
Jump to navigation
Jump to search
Overview
Line_color controls per atom/bond coloring in objects or selections.
Syntax
# set the color of the lines to colorName
set line_color, colorName
# set per atom/bond line colors (see examples)
set_bond line_color, colorName, objSel
# example
fetch 1te1
as lines
orient
# draw all lines red
set line_color, red
# draw just chain A, blue
set_bond line_color, marine, blue
# color the lysines magnesium!
set_bond line_color, magnesium, resn lys