Spectrumany: Difference between revisions
Jump to navigation
Jump to search
(use Infobox script-repo, drop script) |
No edit summary |
||
Line 27: | Line 27: | ||
[[Category:Script_Library]] | [[Category:Script_Library]] | ||
[[Category:Coloring]] | [[Category:Coloring]] | ||
[[Category:Pymol-script-repo]] |
Revision as of 10:06, 15 January 2012
Type | Python Module |
---|---|
Download | spectrumany.py |
Author(s) | Thomas Holder |
License | BSD-2-Clause |
This code has been put under version control in the project Pymol-script-repo |
This script works similar to the spectrum command, but instead of predefined palettes, any color sequence can be used.
The color sequence is given by a space separated list of colors, so palette "red_white_blue" is the same as color sequence "red white blue".
Example
fetch 2x19
# these two produce the same result
spectrum count, red_white_blue, chain B
spectrumany count, red white blue, chain B
# gradient of different green colors
spectrumany count, smudge palegreen limegreen limon green forest, chain B