All
Details
- For example, PlotRange->All specifies that all points are to be included in a plot.
Examples
Basic Examples (2)
Use Part to extract the first column vector:
{{1, 2}, {3, 4}}[[All, 1]]Use Take to extract the column matrix:
Take[{{1, 2}, {3, 4}}, All, {1}]Normally, plots drop outlying points:
Plot3D[Exp[-x ^ 2 - y ^ 2], {x, -3, 3}, {y, -3, 3}]Choose the range to show all the existing points:
Plot3D[Exp[-x ^ 2 - y ^ 2], {x, -3, 3}, {y, -3, 3}, PlotRange -> All]Related Links
History
Introduced in 1988 (1.0) | Updated in 1999 (4.0) ▪ 2000 (4.1) ▪ 2002 (4.2)
Text
Wolfram Research (1988), All, Wolfram Language function, https://reference.wolfram.com/language/ref/All.html (updated 2002).
CMS
Wolfram Language. 1988. "All." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2002. https://reference.wolfram.com/language/ref/All.html.
APA
Wolfram Language. (1988). All. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/All.html
BibTeX
@misc{reference.wolfram_2026_all, author="Wolfram Research", title="{All}", year="2002", howpublished="\url{https://reference.wolfram.com/language/ref/All.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_all, organization={Wolfram Research}, title={All}, year={2002}, url={https://reference.wolfram.com/language/ref/All.html}, note=[Accessed: 12-June-2026]}