Dot width: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
==Example==
==Example==


set dot_width=4
<source lang="python">set dot_width=4</source>

Revision as of 19:48, 27 June 2006

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