-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Convergence plots Demo [Do Not Merge] #1629
Convergence plots Demo [Do Not Merge] #1629
Conversation
Virtual packet logging fix
Fixed real packet logging of properties
* add some GA references * more changes * more changes
Reorganizing files in docs (1/2)
Adding Plasma File in TOC
Reorganizing files in docs (2/2)
Fixing Quickstart Problem
Co-authored-by: Jaladh Singhal <[email protected]>
Co-authored-by: Jaladh Singhal <[email protected]>
…atch Packet logging fixes for visualization
Does not depend on minimal_model and contains data of both real & virtual mode
yet to fix the bar plot
7a0bcca
to
f4f77c2
Compare
863403b
to
9050ea2
Compare
9050ea2
to
1fc7f91
Compare
yet to fix layout issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The VBox solution looks great (moving iterations legends to above) but it affected the alignment of top & bottom plots' rightmost edge which was fine in combined plots. Maybe you can delve into CSS and reduce the width of above plot in a calculated way that alignment looks fine.
Also, I was thinking that VBox solution won't render in html notebooks, so sticking with combined plot (plotly sublot) will be more beneficial since it will render fine. Can you please search if plotly allows creating 2 legend boxes - then we can confine height of iterations' legend and scroll down won't happen.
And, can you give different colors to next boundary temperature and residual luminosity?
Also I noticed plot labels were not present and dots were present in luminosity plots (that we decided to remove) - I hope you'll fix that since you showed us plot with these changes right? |
And one last thing - the 1st cell which widens entire notebook shouldn't be done. By default 1200px width of jupyter notebook should be respected because as per design principles, our eyes can only see that much width in one glance. This is the very reason many websites you see out there have content horizontally centered and confined in fixed width on desktop screens (leaving empty space on both left & right ends). And you also need not to constraint height of vbox to 1000px - plotly plots are smart enough to adapt according to space available to them so let them be. |
Thanks for reviewing it! I found a way to show the plots on nbviewer as well in the documentation, but I did it by suppressing errors that showed up. |
05f3617
to
32f94ce
Compare
32f94ce
to
49637a7
Compare
This PR aims to share a demo of convergence plots to be made for TARDIS.
Please see: #1636
Description
Motivation and context
How has this been tested?
Examples
Link to view the combined plots as plotly subplots
Link to convergence plots with Vbox.
Link to the above convergence plot notebook in the documentation
Type of change
Checklist