Tagged Questions

1
vote
1answer
21 views

How do I update the legend label spacing after legend font size is changed in matplotlib?

I'm writing a script that saves a figure with multiple formatting styles among which is the font size of legend text. The legend.labelspacing in rcparams or the matplotlibrc file specifies the label ...
0
votes
2answers
759 views

Wrapping a label element within a legend element

I've never had a reason to put a label element inside of a legend element (never really thought about it or seen it done). But with the design I'm implementing, it's tempting to do so. Here's what ...