plot_scatter

mastml.plot_helper.plot_scatter(x, y, savepath, groups=None, xlabel='x', label='target data')[source]

Method to create a general scatter plot

Args:

x: (numpy array), array of x data

y: (numpy array), array of y data

savepath: (str), path to save plots to

groups: (list), list of group labels

xlabel: (str), label used for x-axis labeling

label: (str), label used for y-axis labeling

Returns:

None