adds markers to existing lings on a plot
this is convinient if you have already have a plot made, but then need to add markers afterwards, so that it can be interpreted in black and white. The markevery argument makes the markers less frequent than the data, which is generally what you want.
Parameters : | ax : matplotlib.Axes
marker_list : list of marker characters
markevery : int
|
---|