Rosetta
Variables
styles.rama Namespace Reference

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
 

Variable Documentation

◆ omega_style

styles.rama.omega_style = dict(color=tango.brown[1], **shared_style)

◆ phi_nonpivot_style

styles.rama.phi_nonpivot_style = dict(color=tango.red[1], zorder=-10, linestyle=':')

◆ phi_pivot_style

styles.rama.phi_pivot_style = dict(color=tango.red[1], **shared_style)

◆ psi_nonpivot_style

styles.rama.psi_nonpivot_style = dict(color=tango.blue[1], zorder=-10, linestyle=':')

◆ psi_pivot_style

styles.rama.psi_pivot_style = dict(color=tango.blue[1], **shared_style)

◆ shared_style

styles.rama.shared_style = dict(linestyle='-')

◆ style

dictionary styles.rama.style
Initial value:
1 = {
2  'phi0': dict(**phi_pivot_style),
3  'phi1': dict(**phi_pivot_style),
4  'phi2': dict(**phi_nonpivot_style),
5  'phi3': dict(**phi_pivot_style),
6 
7  'psi0': dict(**psi_pivot_style),
8  'psi1': dict(**psi_pivot_style),
9  'psi2': dict(**psi_nonpivot_style),
10  'psi3': dict(**psi_pivot_style),
11 
12  'omega0': dict(**omega_style),
13  'omega1': dict(**omega_style),
14  'omega2': dict(**omega_style),
15  'omega3': dict(**omega_style) }