PlotJoined
Usage
• PlotJoined 是ListPlot的一个选项,指定点图是否应当用线连接。
Notes
• 线的风格可以用选项PlotStyle指定。 • 参见 Mathematica 全书 : 节 1.9.9.
Further Examples
This creates sinusoidal data with some noise added.
In[1]:=
|
This plots the noisy data, once as points alone and once connecting the points with a line. Evaluate the cell to see the graphic.
In[2]:=
|
In[3]:=
|
In[4]:=
|
|