alphapepttools.pl.BaseColors#
- class alphapepttools.pl.BaseColors#
Base colors for alphapepttools plots
Attributes table#
Methods table#
|
Get a default color by name, optionally lightened and/or with alpha |
Attributes#
-
BaseColors.default_colors:
ClassVar[dict] = {'black': (0.0, 0.0, 0.0, 1.0), 'blue': (0.21299500192233756, 0.5114186851211072, 0.730795847750865, 1.0), 'green': (0.3600153787004998, 0.7161860822760476, 0.6655132641291811, 1.0), 'grey': (0.8274509803921568, 0.8274509803921568, 0.8274509803921568, 1.0), 'lightblue': (0.42750951317466845, 0.6612885093204082, 0.8331440815965734, 1.0), 'lightgreen': (0.5910034602076126, 0.835524798154556, 0.6442906574394464, 1.0), 'lightorange': (0.9817762399077278, 0.6073817762399076, 0.3457900807381776, 1.0), 'lightred': (0.8513187235678585, 0.3757477893118031, 0.44384467512495146, 1.0), 'orange': (0.9330257593233372, 0.3913110342176086, 0.27197231833910035, 1.0), 'red': (0.6196078431372549, 0.00392156862745098, 0.25882352941176473, 1.0), 'white': (1.0, 1.0, 1.0, 1.0), 'yellow': (0.9964628988850442, 0.8903498654363707, 0.31410995770857364, 1.0)}#