in chartify/_core/plot.py [0:0]
def heatmap(
self,
data_frame,
x_column,
y_column,
color_column,
text_column=None,
color_palette="RdBu",
reverse_color_order=False,
text_color="white",
text_format="{:,.2f}",
color_value_min=None,
color_value_max=None,
color_value_range=100,