plotly.rs
plotly.rs copied to clipboard
Heatmap smoothing
I would like to use the smoothing options for the heatmap trace, but the enum required is locked behind the heatmap module being marked as private. Is there anything preventing it being publicly exported like the histogram module is?