plot_scatter#
- EBSPlot.plot_scatter(width_mask: ndarray | None = None, color_mask: ndarray | None = None, spins: List[int] | None = None, width_weights: ndarray | None = None, color_weights: ndarray | None = None)[source]#
A method to plot a scatter plot
- Parameters:
width_mask (np.ndarray, optional) – The width mask, by default None
color_mask (np.ndarray, optional) – The color mask, by default None
spins (List[int], optional) – A list of spins, by default None
width_weights (np.ndarray, optional) – The width weight of each point, by default None
color_weights (np.ndarray, optional) – The color weights at each point, by default None