ecl-logo Documentation

EmeraldPlotMarkers

EmeraldPlotMarkers[]markers

returns the list of plot markers used by mathematica when you use PlotMarkers->Automatic.

EmeraldPlotMarkers[n]marker

returns the nth marker in the plot marker list. If n >10, returns EmeraldPlotMarkers[Mod[n,10]].

Details

    Input
    Output

Examples

Basic Examples  (4)

All plot markers:

Plot marker at specific index:

Wraps around given index larger than number of unique markers:

Plot markers at specific indicies:

Applications  (2)

Use plot markers in plot:

Use plot markers in plot: