Markers are not visible in seaborn plot
问题 Here is an example: import seaborn as sns ax = sns.lineplot(range(10), range(10), markers=True) Why aren't there any markers although I set markers=True ? 回答1: Basically, because that's not what markers= is for. As per the documentation: markers : boolean, list, or dictionary, optional Object determining how to draw the markers for different levels of the style variable. Setting to True will use default markers, or you can pass a list of markers or a dictionary mapping levels of the style