Joined
Details
- Joined->True plots each dataset as a line.
- Joined->False plots all datasets as points.
- Joined->{s1,s2,…} specifies separately whether to join each dataset. If there are more datasets than si given, the si are used cyclically.
- Joined->True specifies that a line rather than points should be drawn. The additional option Mesh->Full specifies that the original points should also be indicated.
Examples
Basic Examples (2)
Specify that points should be joined:
{ListPlot[Table[(-1) ^ n, {n, 10}]], ListPlot[Table[(-1) ^ n, {n, 10}], Joined -> True]}Use both standard and joined plots with multiple datasets:
ListPlot[{Table[{n, Sin[n 2 Pi / 3]}, {n, 10}], Table[{n / 5, Exp[-n / 10]}, {n, 50}]}, Joined -> {True, False}, PlotRange -> All]Related Guides
History
Text
Wolfram Research (2007), Joined, Wolfram Language function, https://reference.wolfram.com/language/ref/Joined.html.
CMS
Wolfram Language. 2007. "Joined." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Joined.html.
APA
Wolfram Language. (2007). Joined. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Joined.html
BibTeX
@misc{reference.wolfram_2026_joined, author="Wolfram Research", title="{Joined}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Joined.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_joined, organization={Wolfram Research}, title={Joined}, year={2007}, url={https://reference.wolfram.com/language/ref/Joined.html}, note=[Accessed: 13-June-2026]}