rug plots

버전 1.3.0.0 (2.61 KB) 작성자: Rob Campbell
Creates a so-called "rug" plot similar to those produced by the free stats package, R.
다운로드 수: 1.2K
업데이트 날짜: 2010/6/18

라이선스 보기

A rug plot is a compact way of illustrating the marginal distributions of a variable along x and y. Positions of the data points along x and y are denoted by tick marks, reminiscent of the tassels on a rug.

Known Issues:
Rug marks are overlaid onto the same axis as the original data. Changing the axis dimensions after calling rug will therefore cause the tick marks to become disassociated from the axes.

I haven't tested this function extensively so let me know if you find any problems.

인용 양식

Rob Campbell (2024). rug plots (https://www.mathworks.com/matlabcentral/fileexchange/27582-rug-plots), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Scatter Plots에 대해 자세히 알아보기
도움

받음: marginalscatter

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

minor updates to summary

1.2.0.0

Tidy and correct comments. Check that tickScaleFactor is between 0 and 1.

1.1.0.0

Allow tick mark length to be defined at the command line.

1.0.0.0