calcTextPosInScatte​rPlot

버전 1.0.2 (23.7 KB) 작성자: Eiji Konaka
This function calculates label positions in scatter plot. The position is calculated so as to avoid other data and labels.
다운로드 수: 36
업데이트 2020/11/5

라이선스 보기

function [txPos]=calcTextPosInScatterPlot(dtPos)

Input: dtPos (n x 2 matrix with (double) value.)
This matrix shows the data plotted as a scatter plot.

Output: txPos (n x 2 matrix with (double) value.)
This matrix shows the label position associated with dtPos.

usage_calcTextPosInScatterPlot.m
This file is an example of usage of calcTextPosInScatterPlot.
1. Prepare dtPos.
2. Call [txPos]=calcTextPosInScatterPlot(dtPos)
3. Place texts on txPos and markers on dtPos. In this example, associated text and data point are connected with dashed lines.

인용 양식

Eiji Konaka (2026). calcTextPosInScatterPlot (https://kr.mathworks.com/matlabcentral/fileexchange/82280-calctextposinscatterplot), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가
버전 게시됨 릴리스 정보
1.0.2

Minor fix.

1.0.1

Fix file upload problem

1.0.0