Difference between revisions of "Category:Representations"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Representations=
 
=Representations=
 +
Representations are how PyMOL draws a selection or object.  The choices available are shown below.
  
==Ball and Stick==
+
[[Category:Objects_and_Selections]]
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]]
 

Latest revision as of 10:51, 28 March 2008

Representations

Representations are how PyMOL draws a selection or object. The choices available are shown below.

Pages in category "Representations"

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