Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Lets say i'm plotting a line with matplotlib and add a legend. Within the legend it says ------ Label. I find the default horizontal length of this line a bit too long when plotting small figure sizes for print.

Is there a property to set ------ Label to --- Label?

share|improve this question

1 Answer

up vote 2 down vote accepted

When you create your legend add the handlelength keyword (doc) which sets the length of the '---' (which they call the handle).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.