Re: [Matplotlib-users] Using Proxy Artist to make legend

2012-01-26 Thread Tony Yu
On Thu, Jan 26, 2012 at 8:20 AM, Sabine van der Linden wrote: > Hello, > > I have made a plot with a fill_between part, which does not show up in the > legend. I have read that I have to use a proxy artist for this, but I have > no > clue where to place this, and how.. The fill between works fine,

[Matplotlib-users] Using Proxy Artist to make legend

2012-01-26 Thread Sabine van der Linden
Hello, I have made a plot with a fill_between part, which does not show up in the legend. I have read that I have to use a proxy artist for this, but I have no clue where to place this, and how.. The fill between works fine, it's just the legend that is not really cooperating ;) import matplotl