def matrixplot()

in graspologic/plot/plot_matrix.py [0:0]


def matrixplot(  # type: ignore
    data,
    ax=None,
    col_meta=None,
    row_meta=None,
    plot_type="heatmap",
    col_group=None,
    row_group=None,
    col_group_order="size",
    row_group_order="size",
    col_item_order=None,
    row_item_order=None,
    col_color=None,
    row_color=None,
    col_highlight=None,
    row_highlight=None,
    col_palette="tab10",
    row_palette="tab10",
    col_ticks=True,
    row_ticks=True,
    col_tick_pad=None,
    row_tick_pad=None,
    col_color_pad=None,
    row_color_pad=None,
    border=True,
    center=0,
    cmap="RdBu_r",
    sizes=(5, 10),
    square=True,
    gridline_kws=None,
    spinestyle_kws=None,
    highlight_kws=None,
    **kws,