-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Allow heatmaps to understand line objects #898
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
Comments
BUMP. Thanks. |
@talgalili |
Thanks @rreusser . |
@talgalili no, Also, for ggplot2 parity, we need each cell border to respect linetype. Just adding |
Hi @rreusser |
@talgalili use style(p, xgap = 5) |
Thanks @cpsievert , this is very helpful! It would still be nice to have this issue resolved directly. But for now, this resolved the main feature I was looking for (i.e.: to add a grid of lines to heatmaply - talgalili/heatmaply@0f9f73b). |
I need to make a grid over a annotated heat map and this is very frustrating |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
I think this is still pertinent. This isn't the first time I try to add grid lines in-between cells, without success. I didn't find any other issue related to this, but I might have missed it (I'm working from the Python side, but I imagine it would have to be implemented here first). Currently, the grid lines from axes are centered on the cells, instead of at their edges. I'm trying to reproduce something like this, and parameters Should a new issue be opened? |
This could be used to effectively set the stroke of heatmap cells. Without it, I can't replicate this ggplot2 example -- plotly/plotly.R#699
The text was updated successfully, but these errors were encountered: