|
From: Gökhan S. <gok...@gm...> - 2012-10-18 16:19:02
|
On Thu, Oct 18, 2012 at 2:09 AM, Jouni K. Seppänen <jk...@ik...> wrote: > Gökhan Sever <gok...@gm...> > writes: > > > Another point I noticed is setting linewidth to 0 (in fill_between > > function) isn't working as expected when figure is saved as a PDF > > file. > > A workaround is to add edgecolor='None' to the fill_between call. This workaround resolves the issue here. Thanks Jouni. |