I am trying to plot multiple lists in the same plot in Mathematica (ListLinePlot) and use PlotMarkers and the PlotLegend Package to get the final figure. The issue is that Mathematica puts a marker for every point and this makes it hard to tell which marker is where in the plot. Is it possible to have a plot marker appear every n sample (e.g. every 10 points for a 100 point plot).
The Directive at the moment is PlotMarkers->{Automatic, Small}.
If you want more control over the location of the plot markers than Brett’s answer gives you, then you probably have to place the markers manually. Eg (modifying Brett’s example)
Of course
Pointcan be replaced with any graphics object you want – egText,Insetetc…