-
Notifications
You must be signed in to change notification settings - Fork 93
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
Change name of column and row in the tooltip #71
Comments
labRow and labCol parameters will help? |
Hi @Nicolabo The heatmaply R package is a new implementation of interactive cluster heatmaps in R which relies on the plotly R package. This is based on a fork of my work in d3heatmap. The package is availabale from CRAN: The feature you've requested is now available by using the following code: library(heatmaply)
heatmaply(mtcars, label_names = c("x_name", "y_name", "some_value")) |
Hi Tal, I tried running the sample using mtcars you gave but I get an error Any idea what caused this? Thanks! |
Why not use heatmaply for such things?
…On Tue, Jul 24, 2018, 23:38 Aaron Situ ***@***.***> wrote:
Hi Tal,
I tried running the sample using mtcars you gave but I get an error
Error in `[.data.table`(dt, , c(.I, NA), by = keyVars) : object '.I' not
found
Any idea what caused this? Thanks!
Aaron
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA7khvkUHNdARXqDFgzK4wFKQB2Y9O8Oks5uJ4XhgaJpZM4JagXv>
.
|
Yes I used heatmaply and got that error message, I copied the code you have in your response above i.e.
Sorry I should have been more clear. |
Is it possible to customize name of column and row in the tooltip, to provide different labels that are placed on the y-axis and x-axis?
The text was updated successfully, but these errors were encountered: