You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default marker edge width is inconsistent across Axes.plot and Axes.scatter, due to differences between lines and patches. When all the other defaults are updated, perhaps this could also be made consistent.
For plot, the edge width is currently 0.5 (from lines.markeredgewidth), and for scatter, it is 1.0 (from patch.linewidth).