is an option for PairwiseScatterPlot that specifies range limits for each column of data.
    
   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
 column of data to the j
 column effectively receives a PlotRange option of {rj,ri}. 
Examples
Basic Examples (1)
PairwiseScatterPlot with the range of data values limited:
See Also
Tech Notes
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_2025_dataranges, author="Wolfram Research", title="{DataRanges}", year="2007", howpublished="\url{https://reference.wolfram.com/language/StatisticalPlots/ref/DataRanges.html}", note=[Accessed: 04-November-2025]}
BibLaTeX
@online{reference.wolfram_2025_dataranges, organization={Wolfram Research}, title={DataRanges}, year={2007}, url={https://reference.wolfram.com/language/StatisticalPlots/ref/DataRanges.html}, note=[Accessed: 04-November-2025]}