-
Notifications
You must be signed in to change notification settings - Fork 4
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
profile along top of surprise plot #28
Comments
Hmmm, maybe this? https://deanattali.com/2015/03/29/ggExtra-r-package/ |
Seems like a good call. I'd like to see the line and bar versions. |
Bars could look good! |
Thumbs up for the squished sick worm. |
Take a look at the readme here I'm not convinced that the profile along the top is very compelling to the large story. Plus it chews up a lot of space. I'm glad we have switched to surperimposed binary dots (surprise! no surprise). The matchup is much easier to identify, but it does raise issues (to my eye) that I discuss in the readme. It all does come down to the threshold (there's ALWAYS a threshold!) |
Ahoy @chross22 and @jevanilla ! @SeascapeScience posed this question about adding a profile along the top of the heatmap... I have done in base R but never in grid graphics like ggplot. I can compute the profile, but how does one draw it? It might be that the generate the object ala
p = ggplot() + ...
then fish around in the object looking for the bounding box of the heatmap. Then what? Transform the profile to "heat map coordinates" and add asgeom_line()
?The text was updated successfully, but these errors were encountered: