plot module

Plotting functions to ease the analysis process.

Warning

These functions make use of ipywidgets and are meant to be used within a Jupyter notebook with the ‘magic’ %matplotlib widget.

class analysis.plot.Cursor(ax)[source]

A vertical line cursor.

analysis.plot.plot_dataset(data, sample_names, heating=None, heating_qlim=(1.6, 2), q_scaled=False)[source]

Plot the processed data for each time delays.

analysis.plot.plot_svd_analysis(data, heating=None, heating_qlim=(1.8, 2), q_scaled=False, include_ref=False, figsize=(10, 10), plot_grid=None, ref_delays=None)[source]

Performs and plot a SVD analysis on the provided data.