{ "cells": [ { "cell_type": "markdown", "id": "d5f95feb", "metadata": {}, "source": [ "# Convergence Plots" ] }, { "cell_type": "markdown", "id": "dc1a0c1f", "metadata": {}, "source": [ "The Convergence Plots consist of two Plotly FigureWidget Subplots, the `plasma_plot` and the `t_inner_luminosities_plot`. The plots are stored in the `convergence_plots` attribute of the simulation object `sim` and can be accessed using `sim.convergence_plots.plasma_plot` and `sim.convergence_plots.t_inner_luminosities_plot`.\n", "\n", "The Convergence Plots are shown by default when you running TARDIS because `show_convergence_plots` parameter of the `run_tardis()` function is set to `True`. If you don't want to do this, set it to `False`. " ] }, { "cell_type": "markdown", "id": "6db4edf2", "metadata": {}, "source": [ "