plotly / plotly.rs

Plotly for Rust
https://docs.rs/plotly
MIT License
1.11k stars 104 forks source link

Heatmap smoothing #172

Open DanW97 opened 10 months ago

DanW97 commented 10 months ago

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?