This is a read-only mirror of pymolwiki.org

Difference between revisions of "Ramp update"

From PyMOL Wiki
Jump to navigation Jump to search
sync>Speleo3
(created)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 18:29, 25 May 2022

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