This is a read-only mirror of pymolwiki.org

Difference between revisions of "Indicate"

From PyMOL Wiki
Jump to navigation Jump to search
m
 
m (1 revision)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
===DESCRIPTION===
 
 
'''indicate''' shows a visual representation of an atom selection.
 
'''indicate''' shows a visual representation of an atom selection.
  
 
The image on the left has nothing indicated.  The image on the right has the helices "indicated," which PyMOL represents as small red dots.
 
The image on the left has nothing indicated.  The image on the right has the helices "indicated," which PyMOL represents as small red dots.
[[Image:ind0.png|300px]]
+
<gallery heights="200px" widths="200px">
[[Image:ind1.png|300px]]
+
Image:ind0.png
 
+
Image:ind1.png
 +
</gallery>
  
 
===USAGE===
 
===USAGE===
indicate (selection)
+
<source lang="python">
 +
indicate (selection)
 +
</source>
  
 
===PYMOL API===
 
===PYMOL API===

Revision as of 02:16, 28 March 2014

indicate shows a visual representation of an atom selection.

The image on the left has nothing indicated. The image on the right has the helices "indicated," which PyMOL represents as small red dots.

USAGE

indicate (selection)

PYMOL API

cmd.count(string selection)