Skip to content

graphical.heat



    
    
    
        
            
        
        
    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            

    
            
    
    
    
    
    



















    
    



    
    
    
        
            
        
        
    
    
    
    
    single:     horizontal:     vertical: 

    
    

Heat

Heat(
    data,
    value_range,
    scheme,
    *,
    orientation=None,
    repeat_x=None,
    repeat_y=None,
)

Single or double value cell for a heatmap or density graph.

Parameters:

Name Type Description Default

data

Union[float, Tuple[float, float]]

The value(s).

required

value_range

Tuple[float, float]

Lower and upper boundary.

required

scheme

SequentialScheme

Color scheme.

required

orientation

Literal[horizontal, vertical]

The stacking direction if two values are supplied. Defaults to "horizontal".

None

repeat_x

int

Repeat (widen) heat cell horizontally. No repeats if None.

None

repeat_y

int

Repeat (lengthen) heat cell vertically. No repeats if None.

None