StatisticalPlots`
StatisticalPlots`

DataLabels

DataLabels

is an option for PairwiseScatterPlot that specifies labels for each column of data.

Details and Options

  • To use DataLabels, you first need to load the Statistical Plots Package using Needs["StatisticalPlots`"].
  • DataLabels are placed on the rows and columns of the matrix of scatter plots to identify the x and y data.
  • Valid settings are None, Automatic, or a list of labels.
  • With DataLabels->None, no labels are drawn.
  • With DataLabels->Automatic, the columns of the matrix of data are labeled sequentially.
  • With DataLabels->{l1,l2,}, the label li is assigned to the i^(th) column of data.

Examples

Basic Examples  (1)

PairwiseScatterPlot with matrix column numbers as labels:

Wolfram Research (2007), DataLabels, Wolfram Language function, https://reference.wolfram.com/language/StatisticalPlots/ref/DataLabels.html.

Text

Wolfram Research (2007), DataLabels, Wolfram Language function, https://reference.wolfram.com/language/StatisticalPlots/ref/DataLabels.html.

CMS

Wolfram Language. 2007. "DataLabels." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/StatisticalPlots/ref/DataLabels.html.

APA

Wolfram Language. (2007). DataLabels. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/StatisticalPlots/ref/DataLabels.html

BibTeX

@misc{reference.wolfram_2023_datalabels, author="Wolfram Research", title="{DataLabels}", year="2007", howpublished="\url{https://reference.wolfram.com/language/StatisticalPlots/ref/DataLabels.html}", note=[Accessed: 29-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_datalabels, organization={Wolfram Research}, title={DataLabels}, year={2007}, url={https://reference.wolfram.com/language/StatisticalPlots/ref/DataLabels.html}, note=[Accessed: 29-March-2024 ]}