spiketools.plts.data.plot_scatter¶
- spiketools.plts.data.plot_scatter(x_values, y_values, ax=None, **plt_kwargs)[source]¶
Plot 2d data as a scatter plot.
- Parameters:
- x_values, y_values1d or 2d array or list of 1d array
Data to plot on the x and y axis.
- axAxes, optional
Axis object upon which to plot.
- plt_kwargs
Additional arguments to pass into the plot function.