diff --git a/docs/io/visualization/convergence_plot.ipynb b/docs/io/visualization/convergence_plot.ipynb index 5a3e3460f6a..7524fe90e96 100644 --- a/docs/io/visualization/convergence_plot.ipynb +++ b/docs/io/visualization/convergence_plot.ipynb @@ -8,12 +8,22 @@ "# 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 `cplots` attribute of the simulation object `sim` and can be accessed using `sim.cplots.plasma_plot` and `sim.cplots.t_inner_luminosities_plot`.\n", + "\n", + "The Convergence Plots are shown by default when you running TARDIS because `show_cplots` 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": [ - "