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 matplotlib.pyplot as plt plt.plot(dbx, gemlist) plt.title('Reekslengte '+str(i)) plt.xlabel('signaal-ruisverhouding ingangssignaal (dB)') plt.ylabel('signaal-ruisverhouding uitgangssignaal (dB)') plt.xlim(-36, 22) plt.fill_between(dbx, boven, onder, color='b', alpha=0.1) plt.legend(loc=4) plt.show() Tnx in advance :) Sabine ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users