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
When scaling the figure size the default dash spacing produced by commands like
``plt.plot(x, y, '--')does not look good and has to be scaled down. Using thedashes` keyword argument this is possible, but requires to repeat this for every plotting command.
Therefore, I propose to add an rc setting to control the dash spacing for the default line styles globally.