|
|
||
|
|
| PlotMarkers is an option for graphics functions like ListPlot and ListLinePlot that specifies what markers to draw at the points plotted. |
| None | no markers | |
| Automatic | standard sequence of markers | |
| {Automatic,s} | standard sequence of markers with size s | |
| g | markers consisting of copies of expression g | |
| {g,s} | expression g at size s | |
| {g1,g2,...} | expression gi for dataset i | |
| {{g1,s1},{g2,s2},...} | expressions gi at sizes si |