pyrk.utilities.plotter module

pyrk.utilities.plotter.my_colors(num, n)[source]

Returns a nice looking color map

pyrk.utilities.plotter.plot(y, si)[source]

Creates plots for interesting values in the simulation. :param y: The full solution array :type y: np.ndarray

pyrk.utilities.plotter.plot_omegas(x, y, si)[source]
pyrk.utilities.plotter.plot_power(x, y, si)[source]
pyrk.utilities.plotter.plot_power_w_reactivity(x, si, y)[source]
pyrk.utilities.plotter.plot_reactivity(x, si)[source]

Plots the reactivity :param x: The time series :type x: np.ndarray

pyrk.utilities.plotter.plot_temps_separately(x, y, si)[source]
pyrk.utilities.plotter.plot_temps_together(x, y, si)[source]
pyrk.utilities.plotter.plot_zetas(x, y, si)[source]
pyrk.utilities.plotter.saveplot(name, plt, plotdir='images')[source]