You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The showScatter option should create a scatter plot of the underlying data for each box overlayed on the plot. The data should have a random x-axis offset with respect to the box centre. However, all data points with value 0 do not get such a random offset, or all get the same offset.
In any case they look like a single dot.
The text was updated successfully, but these errors were encountered:
PauluzzS
added a commit
to PauluzzS/MatlabToolbox
that referenced
this issue
Jan 3, 2020
When kernelDensity interpolation fails, it is because all values in y are the same. In such cases, it is desired to have maximum possible horizontal spread of samples in the scatter (as it would have if all but one value in y are the same, or values in y are close together). Thus, maxDisplacement should be 1, not 0, in the catch clause.
FixesIoSR-Surrey#14
PauluzzS
changed the title
[boxPlot] 0 values are not given random x-offset in scatter
[boxPlot] equal values are not given random x-offset in scatter
Jan 4, 2020
The showScatter option should create a scatter plot of the underlying data for each box overlayed on the plot. The data should have a random x-axis offset with respect to the box centre. However, all data points with value 0 do not get such a random offset, or all get the same offset.
In any case they look like a single dot.
The text was updated successfully, but these errors were encountered: