Function to produce catmaply traces.
add_catmaply_traces(
fig,
df,
hover_hide,
color_palette,
categorical_color_range,
category_items,
legend_items,
xgap,
ygap
)
plot_ly object
plotly object
data.frame or tibble holding the data.
boolean indicating if the hover label should be hidden or not; (default: FALSE).
a color palette vector.
if the resulting heatmap holds categorical field values or continuous values that belong to a category; (default: FALSE).
distinct/unique items of ordered category items
distinct/unique items of ordered legend items
Sets the horizontal gap (in pixels) between bricks.
Sets the vertical gap (in pixels) between bricks.