Graphics |
Plotting Only the Data Points
To plot a marker at each data point without connecting the markers with lines, use a specification that does not contain a line style. For example, given two vectors,
calling plot
with only a color and marker specifier
plots a red plus sign at each data point.
See LineSpec
for a list of available line styles, markers, and colors.
Adding Plots to an Existing Graph | Plotting Markers and Lines |