python_codes.plot_functions.plot_scatter_surrounded#

plot_scatter_surrounded(x, y, color, alpha)[source]#

Plot a scatter plot with a black thin line surrounding point clusters.

Parameters
Returns

Nothing, it just updates the plot.

Return type

None

Examples using python_codes.plot_functions.plot_scatter_surrounded#