This is a read-only mirror of pymolwiki.org

Label size

From PyMOL Wiki
Revision as of 02:16, 28 March 2014 by Pyadmin (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Sets how large the labels are rendered. You can use positive numbers 2, 3, 4, etc for point sizes, or negative numbers for Angstrom-based sizes. Default is 14 points. Labels in Angstrom-size scale with the distance from the front plane, labels in point-size don't.

Syntax

# set the label size to 10pt
set label_size, 10

# set the label size to 1.5 Ang.
set label_size, -1.5 # set label sizes to 1.5 Angstroms -- large!