Sandbox7 Eric Martz
From Proteopedia
(Difference between revisions)
(→Examples) |
(→Examples) |
||
Line 66: | Line 66: | ||
<script>select all;color relativeTemperature;set echo echobl;echo Relative;</script> | <script>select all;color relativeTemperature;set echo echobl;echo Relative;</script> | ||
<text>Relative Temperature</text> | <text>Relative Temperature</text> | ||
- | </jmolButton> | ||
- | <br> | ||
- | <jmolButton> | ||
- | <script>select all;spacefill off;~tmin = 0;~tmax = 10; select temperature>~tmin and temperature<~tmax;spacefill;set echo echotrange;echo 0-10;</script> | ||
- | <text>Temperature 0-10</text> | ||
- | </jmolButton> | ||
- | <jmolButton> | ||
- | <script>select all;spacefill off;~tmin += 10; ~tmax += 10;set echo echotrange;echo @~trange;</script> | ||
- | <text>Add 10</text> | ||
</jmolButton> | </jmolButton> | ||
</jmol> | </jmol> |
Revision as of 01:33, 27 June 2011
Please do not edit this page. Thanks, User:Eric Martz, June 26, 2011.
Proposed title: Temperature Color Schemes
Fixed vs. Relative
Jmol offers two methods for coloring by temperature value. (For an introduction to the temperature value or B factor, please see Temperature value.)
SAT colors button |
Blue |
White |
Red |
|
---|---|---|---|---|
temperature, fixed |
color fixedTemperature |
0 |
50 |
100 |
temperature, relative |
color relativeTemperature* |
minimum |
unclear |
maximum |
*The relativeTemperature color scheme is the same as the temperature color scheme.
Examples
|