This is a read-only mirror of pymolwiki.org
Difference between revisions of "Dot width"
Jump to navigation
Jump to search
m (6 revisions) |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
| − | This setting defines the size of the dots, in pixels, in the dots | + | This setting defines the size of the dots, in pixels, in the dots representation. |
==Syntax== | ==Syntax== | ||
| Line 7: | Line 7: | ||
set dot_width=''int'' | set dot_width=''int'' | ||
| − | ''int'' is any integer, default is | + | Where ''int'' is any integer, default is 1 pixel. |
==Example== | ==Example== | ||
| − | set dot_width=4 | + | <source lang="python">set dot_width=4</source> |
| + | |||
| + | [[Category:Settings]] | ||
Latest revision as of 01:43, 28 March 2014
Overview
This setting defines the size of the dots, in pixels, in the dots representation.
Syntax
set dot_width=int
Where int is any integer, default is 1 pixel.
Example
set dot_width=4