-
Notifications
You must be signed in to change notification settings - Fork 93
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
Color key and density info legend #50
Comments
I would be interested in this functionality as well. |
Likewise, key=TRUE does't seem to work. |
This repository doesn't seem to be particularly active at the moment. I have implemented a primitive version of this in my fork. I'll try to polish it over time |
Hello @alanocallaghan and everyone. With regards, |
Hello @alanocallaghan, Could you provide some example on how to generate the color key with your code? I check your repository and even though I can see the jsfiddle example with the color key on it I was not able to figure out what is the parameter to add into d3heatmap. Thanks a lot. |
Hi @juferban, Cheers, |
@alanocallaghan i was just getting ready to do the update but saw that the most recent commit on this git repo was a couple months ago. Should we be installing from here or the CRAN directly? |
Hi @kbeck527 - I was wondering, is there currently a reason to prefer d3heatmap over heatmaply? |
@talgalili Just trying to make sure legacy code is the best it can be. We are migrating to heatmaply but it isn't implemented for all of our visualizations yet. |
I understand - thanks for the explanation :) |
Update: @alanocallaghan the CRAN version is 0.6.1.1 and dated February. So where would this update be? |
Hi @kbeck527, I was referring to the recent commits on my branch (https://github.com/Alanocallaghan/d3heatmap). You can find instructions on there for installing that particular branch and version. I'm not a contributor to this particular repository as it doesn't seem to be active at the moment |
Ah I see. Thank you @alanocallaghan. Very helpful changes. Are you planning to do a pull request in case it does become active again? |
If I find the time, absolutely |
Hi Alan @alanocallaghan Thanks a lot for the information and the update. I agree that there may be no reason to not have the color legend enabled but my first try on the code was not showing the legend so I thought I was missing something. Instead of the legend I still get what it looks like a couple of letters showing on the top-left corner. I am reviewing my code to see if there may be something interfering with your library and will let you know of any issues I may encounter. Julio |
Hi,
Great job with the d3heatmap library. I really like it.
Is there any plan to add a color key and density info legend box similar to the one in the picture?
In heatmap2 it is generated using density.info and it is very useful to better understand the data in being plotted.
Thanks a lot,
Julio
The text was updated successfully, but these errors were encountered: