bluemira.codes.plasmod.api._plotting ==================================== .. py:module:: bluemira.codes.plasmod.api._plotting .. autoapi-nested-parse:: Plotting for PLASMOD. Functions --------- .. autoapisummary:: bluemira.codes.plasmod.api._plotting.plot_default_profiles Module Contents --------------- .. py:function:: plot_default_profiles(plasmod_solver: bluemira.codes.plasmod.Solver, *, show: bool = True, f: matplotlib.pyplot.Figure | None = None, ax: matplotlib.pyplot.Axes | None = None) -> tuple[matplotlib.pyplot.Figure, matplotlib.pyplot.Axes] Plot a default set of profiles from a PLASMOD solver. :param plasmod_solver: Solver for which to plot profiles :param show: Whether or not to show the plot :param f: Matplotlib figure :param ax: Array of matplotlib Axes :returns: * *f* -- Matplotlib figure * *ax* -- Array of matplotlib Axes