Ramp update

From PyMOLWiki
Revision as of 04:03, 27 February 2022 by Speleo3 (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ramp_update updates range and/or color of a color ramp.

New in PyMOL 1.8

Usage

ramp_update name [, range [, color ]]

Example

ramp_new    e_pot_color, e_pot_map, [-10,0,10], [red,white,blue]
ramp_update e_pot_color, range=[-15,0,15]
ramp_update e_pot_color, color=[green,white,orange]

See Also