-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fixed legend break for a series of heat maps for easy comparison #41
Comments
Have you tried the (ensure you're using the github version, rather than the CRAN version) |
I use the GitHub version of superheat and I use the argument legend.breaks. Below is the code: superheat(TermFoldCh,
However, in the figure generated by the code, the legend does not have the full range of numbers included in the legend.breaks, and hence it varies between the heat maps, which makes it difficult to compare heatmaps, as colors on different heat maps point to a different fold change values. thanks !!! |
Perhaps also set the |
Hi,
I am using legend.breaks and trying to generate multiple heat maps. My question is how to set the legend breaks, such that it stays at fixed positions, while generating a series of heat maps through if/for loop. This will help with easy comparison, as colors point to a specific value. Any help is appreciated.
Thanks,
Gowthamee
The text was updated successfully, but these errors were encountered: