albums.plot_func module

Module with the core plotting functions.

configure_plot(ax=None, title=None, xlabel=None, ylabel=None, grid=True, legend=True)[source]

Helper function to configure plot appearance.

save_plot(name, method, plot_2D, tau_boundary=None)[source]

Helper function to save plots with consistent naming.

create_grid(var1, var2, var1_unit, var2_unit)[source]

Helper function to create grids and scaled variables.

plot_image(ax, data, extent, clabel, var1_grid, var2_grid, cmap='viridis', vmin=None, vmax=None, colorbar=True, contour=False, colorplot=True, contour_dict={})[source]

Helper function to handle 2D data visualization.

__plot(out, var1, var2, var1_unit, var2_unit, var1_label, var2_label, plot_2D, save, **kwargs)[source]

Primary plotting function for 2D data.

__plot_modes(out, psi_HC_vals, mode_coupling)[source]

Plots mode coupling dynamics.

__plot_opti(out, var1, var2, var1_unit, var2_unit, var1_label, var2_label, plot_2D, save, **kwargs)[source]

Optimized plotting for specific optimization outputs.