StatisticalPlots`
StatisticalPlots`

DataRanges

DataRanges

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

Details and Options

  • To use DataRanges, you first need to load the Statistical Plots Package using Needs["StatisticalPlots`"].
  • DataRanges restricts the points to be plotted.
  • Valid settings are All, Automatic, or a list of {min,max} pairs, used cyclically for the columns of data.
  • A single range setting can be given, in which case all the columns receive the same range specification.
  • With the setting DataRanges->{r1,r2,}, the subplot comparing the i^(th) column of data to the j^(th) column effectively receives a PlotRange option of {rj,ri}.

Examples

Basic Examples  (1)

PairwiseScatterPlot with the range of data values limited:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_dataranges, organization={Wolfram Research}, title={DataRanges}, year={2007}, url={https://reference.wolfram.com/language/StatisticalPlots/ref/DataRanges.html}, note=[Accessed: 23-April-2024 ]}