-
-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit adding convergence plot notebook and python file * updating class structure * adding functions to create empty plots * adding functions to update convergence plots * fixing imports for convergence plots * changes to get update convergence plots from tardis/simulation/base.py * adding updated notebook * allowing user to customize plot layout from run_tardis * adding options to not show plots and change colorscale * adding docstrings * adding updated notebook * fix typo fixing swapped y-axis labels in plasma plot * exporting convergence plots * layout changes fixing colors, removing marker points, fixing labels * adding check to see if data is collected necessary when running simulation with just one iteration * moving convergence plots notebook * adding tests for convergence class and transition_colors function * fix typos and adding comments * reformatted using black * adding function to override default plot configuration * showing how plots can be updated in the notebook * fixing plot heights and tick labels * code refactor raising TypeErrors, fix typos * adding docstrings * fixing axes and legend, converting units using astropy * fixing hover data and making axes titles romanized/upright in certain places * use same colorscale for both plasma and luminosity plots * add docstrings and code comments * add option to change colorscale, format using black, add updated notebook * remove unnecessary customizations, edit docstrings * add documentation in the notebook * test length of fig.data tuple after build * add tests for update and override function * edit docstrings and code comments * renaming luminosity_plot to t_inner_luminosities_plot * minor changes in documentation and docstrings * [build docs]
- Loading branch information
1 parent
2010e81
commit f27fe3d
Showing
8 changed files
with
1,596 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.