Comparison Tool Part 4: Pie Charts#145
Closed
eitan-weinstein wants to merge 6 commits intosvalinn:mainfrom
Closed
Conversation
0fb0098 to
debfd9a
Compare
bf1c9ff to
c09fb26
Compare
Member
|
The notebook doesn't load in the browser... does it work for you locally? |
Contributor
Author
Weird. It works for me locally and I was able to view it in ReviewNB |
3c5858a to
e612ccd
Compare
Contributor
Author
|
Newest updates include just a single time slice for a pie chart. To respond to #174, I'm going to make a new PR for best separation of concerns. |
Member
|
rebase or merge following #154 |
25c25b3 to
569fcb8
Compare
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.
Follow up to #144 .
Introduces the
single_data_source_pie()function which allows for the creation of a pie chart for a particular data library's variable at a given cooling time. By iterating through the two data libraries, as well as each variable and time, the implementation of this function in the Jupyter notebook allows the user to get a detailed view at each time step to compare contributions of different nuclides, and benefit from insight to the way that isotopes that may not contribute greatly to number density at any given time can have highly significant impacts on other variables (with potentially insightful differences across the data sources).