Matlab grouped scatter plot
Ar10 heavy buffer
A scatter plot pairs up values of two quantitative variables in a data set and display them as geometric points inside a Cartesian diagram. Example. In the data set faithful, we pair up the eruptions and waiting values in the same observation as (x, y) coordinates. Then we plot the points in the Cartesian plane.
Scatter plot jitter. Semi-transparent markers in line and scatter plots. The scatter function has two undocumented properties 'jitter' and 'jitterAmount' that allow to jitter the data on the x-axis only. This dates back to Matlab 7.1 (2005), and possibly earlier.