Dot plot rather than scatter plot

Give a dot plot rather than scatter plot by Taorong Xie(taorongxie@gmail.com), 2011
412 Downloads
Updated 10 Jan 2012

View License

Give a dot plot for one data group. It could rerun the function by changing the 'data' and 'groupNum' for multi-group. It should run the function one times for each group, and they will show in the same diagram. The dot plot could also combine with box plot.

Syntax
dotPlot_xtr( data )
dotPlot_xtr( data,groupNum )
dotPlot_xtr( data,groupNum,thres )
dotPlot_xtr( data,...,moveStep )
Description
data -- data of one group
groupNum -- the x-position of this data group. Defaut value: 1
thres -- the maximum ratio of every two data's split to mean value which can stay in the same column (x-position). Defaut value: 0.1
moveStep -- the distance of each column. Defaut value: 0.05

Cite As

Taorong Xie (2024). Dot plot rather than scatter plot (https://www.mathworks.com/matlabcentral/fileexchange/34515-dot-plot-rather-than-scatter-plot), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Scatter Plots in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0