Mathematica > Plotting Options >

Joined

Joined
is an option for ListPlot and related functions which specifies whether points in each dataset should be joined into a line, or should be plotted as separate points.
  • 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.
Specify that points should be joined:
In[1]:=
Click for copyable input
Out[1]=
 
Use both standard and joined plots with multiple datasets:
In[1]:=
Click for copyable input
Out[1]=
New in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team