Rosetta
|
Variables | |
shared_style = dict(linestyle='-') | |
phi_pivot_style = dict(color=tango.red[1], **shared_style) | |
phi_nonpivot_style = dict(color=tango.red[1], zorder=-10, linestyle=':') | |
psi_pivot_style = dict(color=tango.blue[1], **shared_style) | |
psi_nonpivot_style = dict(color=tango.blue[1], zorder=-10, linestyle=':') | |
omega_style = dict(color=tango.brown[1], **shared_style) | |
dictionary | style |
styles.rama.omega_style = dict(color=tango.brown[1], **shared_style) |
styles.rama.phi_nonpivot_style = dict(color=tango.red[1], zorder=-10, linestyle=':') |
styles.rama.phi_pivot_style = dict(color=tango.red[1], **shared_style) |
styles.rama.psi_nonpivot_style = dict(color=tango.blue[1], zorder=-10, linestyle=':') |
styles.rama.psi_pivot_style = dict(color=tango.blue[1], **shared_style) |
styles.rama.shared_style = dict(linestyle='-') |
dictionary styles.rama.style |