gp = BivariateGridPalette(grid_size=5)
gpBivariateGridPalette blues2reds

GridPalette (color_list)
Initialize self. See help(type(self)) for accurate signature.
BivariateGridPalette (palette_name:str='blues2reds', grid_size:int=3, upper_left_color:Union[str,tuple,NoneType]=None, lower_right_color:Union[str,tuple,NoneType]=None, upper_right_color:Union[str,tuple,NoneType]=None)
Class for the Palette. Creates a grid_size x grid_size matrix of colors from the inputed corner colors
the representation of the grid palette is the imshow of the color matrix
you can resize grid palettes with gp.resize(new_size)
from_list (upper_left_color, lower_right_color=None, upper_right_color=None, palette_name='from_list', grid_size=3)
Generate a BivariateGridPalette from inputted corner colors
from_dropdown ()
Select BivariateGridPalette from dropdown list
from_picker (mode='darken')
BivariateGridPalette from a single color picker
from_pickers_3 ()
BivariateGridPalette from three color pickers