이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Avoid misinterpretation in scatter plots.
Great for visualizing data as scatter-like button plot, where points would otherwise be displayed upon another.
Visually overlapping disks are iteratively combined on a weighted basis until no more intersect.
In mathematical terms, each merged disk has coordinates
and volume
given by
where each
and
,
are the coordinates and volumes of all disks within a cluster. The clusters are the connected components within the graph where two vertices are neighbored if their plotted disks visually overlap. This process is repeated until no more disks overlap.
Avoid quadratic complexity.
The algorithm should scale as
in the number of points N. Tested up to 200.000 points.
인용 양식
Sebastian Kraemer (2026). Button Plot (https://kr.mathworks.com/matlabcentral/fileexchange/97697-button-plot), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.6 | Changed file exchange graphic. The Matlab files did not change. |
||
| 1.0.5 | Removed another typo in the mathematical description. The Matlab files did not change. |
||
| 1.0.4 | Removed another typo in the description. The Matlab files did not change. |
||
| 1.0.3 | Added the word button in the description to improve search results. The Matlab files did not change. |
||
| 1.0.2 | Cleaned up typos in the description immediately after first publication. The Matlab files did not change. |
||
| 1.0.1 | Rephrased description and modified image. The Matlab files did not change. |
||
| 1.0.0 |
