Re: [Matplotlib-users] Changing the hatch linewidth

2015-10-11 Thread Thomas Caswell
I do not think the hatch linewith is currently controllable. It is still hard coded in the Agg backend. Making sure we have a reasonable api to set the hatch linewidth and then making sure it is well supported across a

[Matplotlib-users] legend--plot obj association

2015-10-11 Thread Nico Schlömer
Hi everyone, Given a legend [1], I'm trying to figure out which plot objects it references. Is this possible at all? The reverse would also be fine, i.e., given a plot object (e.g., a line), find the legend(s) in which it is referenced. Cheers, Nico [1] http://matplotlib.org/api/legend_api.html