Evgeny P. Kurbatov
Evgeny P. Kurbatov

Reputation: 193

Python+matplotlib: custom linestyles

I'm not satisfied with default set of linestyles, namely the size of line segments and the gap between them. I'd also want to have something like '-..', '-...', etc line patterns. Does anybody know how to customize it?

Best witches.

Upvotes: 5

Views: 837

Answers (1)

Jouni K. Seppänen
Jouni K. Seppänen

Reputation: 44118

Use set_dashes.

Upvotes: 7

Related Questions