Scatterplot with points indexes

Like standard scatterplot() function but adds indexes of the data points.

您现在正在关注此提交

Unlike standard scatterplot() which doesn't allow you to plot on the current figure, this function works in a more conventional way (e.g. similar to plot()) and allows you to specify also a title string and the plot string (colour, marker).
More important, it adds indexes of the plotted data samples next to each sample, making it easier to debug small data sets scatter-plotted.

引用格式

Francesco Montorsi (2026). Scatterplot with points indexes (https://ww2.mathworks.cn/matlabcentral/fileexchange/25576-scatterplot-with-points-indexes), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Discrete Data Plots 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.6.0.0

Adjusted the title to something more meaningful and perhaps which can more easily match search terms

1.3.0.0

added usage example and varargin support (so that any option can be passed to the plot() function)

1.0.0.0