This is a read-only mirror of pymolwiki.org
Difference between revisions of "Spectrum states"
Jump to navigation
Jump to search
(created) |
m (4 revisions) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|type = module | |type = module | ||
|filename = spectrum_states.py | |filename = spectrum_states.py | ||
− | |author = Takanori Nakane and [[User:Speleo3|Thomas Holder]] | + | |author = [[User:TakanoriNakane|Takanori Nakane]] and [[User:Speleo3|Thomas Holder]] |
|license = BSD-2-Clause | |license = BSD-2-Clause | ||
+ | }} | ||
+ | |||
+ | {{Infobox psico | ||
+ | |module = psico.viewing | ||
}} | }} | ||
Line 36: | Line 40: | ||
[[Category:Script_Library]] | [[Category:Script_Library]] | ||
[[Category:Coloring]] | [[Category:Coloring]] | ||
+ | [[Category:Pymol-script-repo]] |
Latest revision as of 03:36, 28 March 2014
Type | Python Module |
---|---|
Download | spectrum_states.py |
Author(s) | Takanori Nakane and Thomas Holder |
License | BSD-2-Clause |
This code has been put under version control in the project Pymol-script-repo |
Included in psico | |
Module | psico.viewing |
---|
spectrum_states colors each state in a multi-state object different. Colors are along a user defined palette, just like with the spectrumany command.
Usage
spectrum_states [ selection [, representations [, color_list ]]]
Example
import spectrum_states
# fetch a morph from molmovdb.org
load http://molmovdb.org/uploads/284066-6299/movie.pdb.gz
# show ribbon in all states
as ribbon
set all_states
# color states from dark gray to red
spectrum_states *, ribbon, gray20 orange red