Is there a library for labeling scatter plot while avoiding label overlaps?
이전 댓글 표시
I would like to plot many data points in a scatter plot and some data points are located very close together. Is there a library for smart label placement so that the label overlap will be minimized?
I found a package for R: https://cran.r-project.org/web/packages/ggrepel/vignettes/ggrepel.html which seems to provide this functionality. Is there a similar library for MATLAB?
댓글 수: 1
This kind of labelling has always been cumbersome in Matlab. Nevertheless, it is astonishing that this important functionality is included in freeware like R but not in sth as expensive as Matlab. I just had to create a scatter plot of a cyclone track through the SW Indian Ocean and needed to add time & date labels to each cyclone position. In R it looks rather nice, in Matlab it is a disaster.

One workaround may be
gtextm('String')
which places the labels manually, but if you have like 30 of them this isn't much fun.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!