interactive_heatmap#
- class braintools.visualize.interactive_heatmap(data, x_labels=None, y_labels=None, title='Interactive Heatmap', colorscale='Viridis', width=800, height=600, **kwargs)#
Create interactive heatmap using Plotly.
- Parameters:
- Returns:
fig – Interactive plotly figure.
- Return type:
plotly.graph_objects.Figure