plotly / plotly.rs

Plotly for Rust

Home Page:https://docs.rs/plotly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heatmap smoothing

DanW97 opened this issue · comments

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?