manyboxVis(): interactive graph of box-plot-like figure linked to histograms#3
Open
kbroman wants to merge 26 commits into
Open
manyboxVis(): interactive graph of box-plot-like figure linked to histograms#3kbroman wants to merge 26 commits into
kbroman wants to merge 26 commits into
Conversation
- I realized that, since the javascript doesn't go through a parser, I can add the original coffeescript code (which is readable) - So, I replaced the manybox.js file with direct translation from coffeescript.
Author
|
Since the javascript code doesn't go through a parser (as it does in clickme), I realized that I could write the clean coffeescript code for manyboxVis(), which is readable. |
- Transpose data matrix before passing to vis - Problems with 'this' ... save a bunch of things as local variables
Author
|
Added another visualization, a heat map of a correlation matrix linked to a scatterplot, as here. |
Author
|
The last commit here you may or may not like: The output from listHealthVis() is a bit nicer if you use cat() rather than print(). |
Owner
|
Thanks a lot Karl! It looks great. I need to handle the "no form" use case now since saving THanks again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.