mkt.databases.colors.DICT_BIOCHEM_PROP_COLORS
- mkt.databases.colors.DICT_BIOCHEM_PROP_COLORS = {'Charge': '#1f77b4', 'Polarity': '#2ca02c', 'Volume': '#ff7f0e'}
Dictionary mapping biochemical properties to colors. Keys are property names (e.g., “Charge”, “Volume”, “Polarity”), and values are hex color codes. This dictionary can be used to look up colors for biochemical properties in visualizations.
- Type:
dict[str, str]