pymol_macro(self,
data_type,
style=None,
colour_start=None,
colour_end=None,
colour_list=None,
spin_id=None)
| source code
|
Wrapper method for the create_macro method.
- Parameters:
data_type (str) - The parameter name or data type.
style (None or str) - The Molmol style.
colour_start (str) - The starting colour (must be a MOLMOL or X11 name).
colour_end (str) - The ending colour (must be a MOLMOL or X11 name).
colour_list (str) - The colour list used, either 'molmol' or 'x11'.
spin_id (str) - The spin identification string.
|