StatisticalPlots`
StatisticalPlots`

StemExponent

StemExponent

is an option for StemLeafPlot which specifies the integer power of 10 to be used as the stem unit.

Details and Options

  • To use StemExponent, you first need to load the Statistical Plots Package using Needs["StatisticalPlots`"].
  • Valid settings for StemExponent are Automatic or an integer.
  • With the setting StemExponent->n, the base unit is taken to be 10n.
  • With the default setting StemExponent->Automatic, the magnitude of the base unit for stems is chosen based on the data.
  • StemExponent can take the following suboptions:
  • "UnitDivisions" 1number of divisions for each stem unit
    "DivisionLabels"Nonelist of labels appended to stem numbers within each unit division
  • With the setting StemExponent->{n,"UnitDivisions"->m}, the interval between i 10n and (i+1)10n is divided into m stems.
  • Valid settings for the suboption "DivisionLabels" are None or a list of labels of a length equal to the setting for the "UnitDivisions" suboption.

Examples

open allclose all

Basic Examples  (1)

Specify a base unit of 101:

Options  (2)

"UnitDivisions"  (1)

Specify that stem units be divided in 2:

"UnitDivisions"  (1)

Label the two divisions with "L" and "H":

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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