dara.plot module

Contents

dara.plot module#

visualize(result, diff_offset=False, missing_peaks=None, extra_peaks=None, intensity_mismatch_peaks=None, phase_colors=None)[source]#

Visualize the result from the refinement. It uses plotly as the backend engine.

Parameters:

intensity_mismatch_peaks (list[list[float]] | ndarray | None) – optional (N, 2) array of [2theta, 0.0] markers for matched peaks whose calculated height/area deviates from observed; drawn the same way as missing_peaks/extra_peaks when provided.