Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heatmap smoothing #172

Closed
DanW97 opened this issue Nov 12, 2023 · 2 comments
Closed

Heatmap smoothing #172

DanW97 opened this issue Nov 12, 2023 · 2 comments
Assignees

Comments

@DanW97
Copy link

DanW97 commented Nov 12, 2023

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?

@andrei-ng
Copy link
Collaborator

andrei-ng commented Jan 4, 2025

Hi @DanW97,
Which smoothing options are you referring to? I see that the Smoothing enum is public.
An example of setting it is in one of the unittests here

Am I missing something?

If you are referring to something else, can you point me to it or give me an example.

@andrei-ng andrei-ng self-assigned this Jan 4, 2025
@andrei-ng
Copy link
Collaborator

The smothing enum is public since #159 and available when imported as use plotly::heat_map::Smoothing;

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants