mocca.visualization package

Submodules

mocca.visualization.basic_plots module

Created on Wed Aug 4 18:57:16 2021

@author: haascp

mocca.visualization.basic_plots.plot_1D_data(df, xlabel='', ylabel='', title='', color=None, reduce_data=True)[source]

Plots a set of 1D data.

mocca.visualization.basic_plots.plot_1D_layer(df, xlabel='', ylabel='', title='', color=None, reduce_data=True)[source]

Plots a set of 1D data.

mocca.visualization.basic_plots.plot_1D_scatter(df, xlabel='', ylabel='', title='', color=None, reduce_data=True)[source]

Plots a set of 1D data.

mocca.visualization.basic_plots.plot_1D_scatter_layer(df, xlabel='', ylabel='', title='', color=None, reduce_data=True)[source]

Plots a set of 1D data.

mocca.visualization.calibration_plots module

Created on Fri Jan 7 14:15:20 2022

@author: haascp

mocca.visualization.calibration_plots.plot_calibration_curves(comp)[source]

Function for the visualization of the calibration curves.

mocca.visualization.parafac_plots module

Created on Fri Jan 7 18:05:10 2022

@author: haascp

mocca.visualization.parafac_plots.plot_aligned_tensor(parafac_model)[source]

Plots retention profiles (summed absorbance over all wavelengths) of all slices in the data tensor on the optimized iteration shift.

mocca.visualization.parafac_plots.plot_impure_peak_spectra(impure_peak)[source]

Generates plot with UV-Vis spectra at every time point in the impure peak.

mocca.visualization.parafac_plots.plot_normalized_integrals(normalized_integrals)[source]

Plots integrals of all PARAFAC components over all slices of the tensor.

mocca.visualization.parafac_plots.plot_objective_func(parafac_model)[source]

Plots objective function outcome vs iteration offset when using the iterative PARAFAC approach.

mocca.visualization.parafac_plots.plot_retention(parafac_model)[source]

Plots normalized retention profiles of the PARAFAC components as well as of the impure peak.

mocca.visualization.parafac_plots.plot_uvvis_specs(parafac_model)[source]

Generates plot of the UV-Vis traces of the PARAFAC component together with the UV-Vis spectrum of the known compound used for the data tensor.

mocca.visualization.results_plot module

Created on Fri Jan 7 15:12:02 2022

@author: haascp

mocca.visualization.results_plot.plot_chrom_with_peaks(chrom)[source]

Plots summed absorbance vs time with highlighted picked peak zones.

mocca.visualization.utils module

Created on Fri Jan 7 14:11:19 2022

@author: haascp

mocca.visualization.utils.round_to_n(x, n)[source]

Returns number in a format suitable for data visualization.

Module contents