Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
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 the
dashes` 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.