Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help
Special pages
SBGrid Resources
SBGrid Consortium
SBGrid Data Bank
Software Webinars
PyMOL Webinar
PyMOL Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Dots
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
= Overview = A simple PyMol representation. Use <code> show dots, SELECTION </code> where SELECTION is a valid selection or previously defined selection name. ==Dots Settings== The differences in dot_radius and dot_width arise from the differences between the rasterization of OpenGL and ray tracing. PyMOL line and dot widths have the name meaning as their underlying OpenGL primitives (pixel widths), and they dominate over line and dot radii settings such that you get WYSIWYG raytracing output which is faithful to the OpenGL view in terms of cross-sectional area. If you set the radii values explicitly (Angstroms), then the ray tracer will be affected, but not the OpenGL viewer. === dot_radius (dot weight)=== Controls the dot radius when ray tracing (that is, it is apparent only after the scene is ray traced). This option can take any value, values from 0 to whatever (4 is huge!) If dot_radius is set to zero, then it is subordinated to dot_width; if dot_radius is a non-zero value, then it will take priority. To check/change dots_radius: <source lang="python"> set dot_radius, VALUE # equivalent to set dot_radius=VALUE # to get the current setting, use get dot_radius </source> * The default value is: 0 ===dot_width (dot weight)=== This setting defines the size of the dots, in (screen) pixels. It is subordinate to dot_radius, that is dot_radius takes precedence over dot_width unless dot_radius=0. <source lang="python"> set dot_width, VALUE # equivalent to set dot_width=VALUE # to get the current setting, use get dot_width </source> * The default value is: 2 ===dot_density (dot density)=== Determines the density of dots in the dot representation; the existing dot densities arise from successive cycles of isocosohedral interpolation.. It takes only integer values from 0 to 4. <source lang="python"> set dot_density, VALUE # equivalent to set dot_density=VALUE # to get the current setting, use get dot_density </source> * The default value is: 2 ==Possible Other Settings== * dot_solvent, default is off. This setting controls whether the dots are representing the vdW surface; when the setting is on, it's the solvent accessible surface area. * dot_color, default is default * cgo_dot_width, default is 2.00000 * cgo_dot_radius, default is -1.00000 * dot_normals, default is on * dot_lighting, default is on ==Unused Settings== * dot_mode, default is 0 == See Also == [[Cmd isodot]] [[Category:Representations|Dots]]
Summary:
Please note that all contributions to PyMOL Wiki are considered to be released under the GNU Free Documentation License 1.2 (see
PyMOL Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Dots
(section)
Add topic