Difference between revisions of "Category:Representations"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
=Representations=
 
=Representations=
 
==Ball and Stick==
 
Balls with sticks really look nice but they are not obvious in PyMOL:
 
 
<source lang="python">
 
hide lines
 
show sticks
 
show spheres
 
set stick_radius=0.1
 
set sphere_scale=0.25
 
</source>
 
 
Also OK:
 
<source lang="python">
 
show sticks
 
set valence, on
 
set stick_ball, on
 
set stick_ball_ratio, 3
 
set stick_radius, 0.12
 
</source>
 
 
You can adjust the two numbers above to your taste.
 
 
----
 
Ed. As of 0.98bXX there is a GUI-enable Ball & Stick representation available to users.
 
 
[[User:Tree|Tree]]
 

Revision as of 11:00, 6 May 2005

Representations

Pages in category "Representations"

The following 14 pages are in this category, out of 14 total.