We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Annotation using the cellnote option is not working. Below are the minimal examples that cause me the error. Am I missing something?
ggheatmap(mtcars, draw_cellnote = T, cellnote_color = "white", cellnote_size = 20) ggheatmap(mtcars, cellnote = mtcars)
The text was updated successfully, but these errors were encountered:
Nah this isn't currently supported because cellnote is added as a plotly layer
Sorry, something went wrong.
I see. Is there a way to support geom_text in the heatmap layers?
Not easily, but if you fancy making a pull request I can provide some guidance
Check out the cellnote branch if you like, but the functionality is worse on almost all counts than the existing version so I'm unlikely to merge it
cellnote
No branches or pull requests
Describe the bug
Annotation using the cellnote option is not working. Below are the minimal examples that cause me the error. Am I missing something?
To Reproduce
ggheatmap(mtcars, draw_cellnote = T, cellnote_color = "white", cellnote_size = 20)
ggheatmap(mtcars, cellnote = mtcars)
The text was updated successfully, but these errors were encountered: