Replies: 1 comment
-
This requirement is very very specific that I will not implement it in the package. As you said, these are actually grids and texts, you can do it by:
Heatmap(m, top_annotation = HeatmapAnnotation(empty = anno_empty()))
decorate_annotatio("empty", {
grid.rect(...)
grid.text(...)
...
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am able to use the complexheatmap to create such a heatmap. What I want to do is to make the annotation on the top filled with white color and grid border to be black.
Here is my code,
I expect it to be like
Those text and grid I draw in photoshop. But it would be very nice if I can output like this with complexheatmap. Doesn't have to be exactly same.
Thanks in advance!!!
Beta Was this translation helpful? Give feedback.
All reactions