brightwind.analyse.plot._ColorPalette¶
-
class
brightwind.analyse.plot.
_ColorPalette
¶ Color palette to be used for plotting graphs and tables. Colors can be reset by using
- ::
import brightwind as bw bw.analyse.plot.COLOR_PALETTE.primary = ‘#3366CC’
Color are called ‘primary’, secondary’, ‘tertiary’, etc. Lighter and darker shades of primary are called ‘primary_10’ for 10% of primary. Gradient goes from 0% (darkest) to 100% (lightest). See https://www.w3schools.com/colors/colors_picker.asp for more info.
-
__init__
()¶ Color palette to be used for plotting graphs and tables. Colors can be reset by using
- ::
import brightwind as bw bw.analyse.plot.COLOR_PALETTE.primary = ‘#3366CC’
Color are called ‘primary’, secondary’, ‘tertiary’, etc. Lighter and darker shades of primary are called ‘primary_10’ for 10% of primary. Gradient goes from 0% (darkest) to 100% (lightest). See https://www.w3schools.com/colors/colors_picker.asp for more info.
Methods
__init__
()Color palette to be used for plotting graphs and tables.
Attributes
color_map