-
Notifications
You must be signed in to change notification settings - Fork 2
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 function #31
Comments
Oh, i couldn't visualize what you were describing, but I've seen this frequently with plotly-based viz, only in shiny. I'm not sure what causes it or how to resolve it, though. I would post to #r slack channel, or ask someone like James or Andrew. |
In other words, i don't think this is a |
Ah! will post to #r ASAP! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's converge on one heatmap solution.
There's currently fct_heatmap, repurposed from iAtlas, that calls plotly directly, though I don't think either of us are actually using this.
@jaybee84 is using heatmaply, which calls plotly via a heatmap library.
@allaway wrote a basic plotly function for drug vis, but this heatmap does not look so good.
@jaybee84 , how has your testing with heatmaply gone? Is it worth adding another dependency for the extra functionality over just using plotly alone?
The text was updated successfully, but these errors were encountered: