nifreeze.viz.bland_altman module¶
Bland-Altman plot.
- class nifreeze.viz.bland_altman.BASalientEntityColor(self, *args, **kwds)[source]¶
Bases:
Enum- LEFT_COLOR = 'left_color'¶
- RELIABLE_COLOR = 'reliable_color'¶
- RIGHT_COLOR = 'right_color'¶
- nifreeze.viz.bland_altman.plot_bland_altman(data1: ndarray, data2: ndarray, ci: float = 0.95, salient_data: dict | None = None, figsize: tuple | None = (15, 10)) matplotlib.figure.Figure[source]¶
Create a Bland-Altman plot.
Create a Bland-Altman plot [1] and highlight
sizelower and upper extremes along the X coordinates.- Parameters:
- Returns:
fig – Matplotlib figure.
- Return type:
References