Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Eric Firing
On 05/13/2011 05:19 AM, Johannes Radinger wrote: > > Original-Nachricht >> Datum: Fri, 13 May 2011 10:58:15 -0400 >> Von: Michael Droettboom >> An: matplotlib-users@lists.sourceforge.net >> Betreff: Re: [Matplotlib-users] eps output and fill_betw

Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Johannes Radinger
Original-Nachricht > Datum: Fri, 13 May 2011 10:58:15 -0400 > Von: Michael Droettboom > An: matplotlib-users@lists.sourceforge.net > Betreff: Re: [Matplotlib-users] eps output and fill_between > Running it through gs (ghostscript) gives this error: >

Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Michael Droettboom
0:00 AM, Johannes Radinger wrote: > Does anyone already know what causes the problem with the fill_between and > the eps output? > > /johannes > > > Original-Nachricht > >> Datum: Thu, 12 May 2011 17:10:43 +0200 >> Von: Johannes Radinger &g

Re: [Matplotlib-users] eps output and fill_between

2011-05-13 Thread Johannes Radinger
gt; Betreff: Re: [Matplotlib-users] eps output and fill_between > Hello again, > > I tried the script you provided to test the PolyCollection and that works > fine. > I am working under Mac OS X 10.6.6 Snow Leopard and use matplotlib 1.0.1. > > That is the script where I fail with eps

Re: [Matplotlib-users] eps output and fill_between

2011-05-12 Thread Johannes Radinger
Hello again, I tried the script you provided to test the PolyCollection and that works fine. I am working under Mac OS X 10.6.6 Snow Leopard and use matplotlib 1.0.1. That is the script where I fail with eps but not with pdf: import matplotlib.pyplot as plt import numpy from scipy import stats

Re: [Matplotlib-users] eps output and fill_between

2011-05-12 Thread John Hunter
On Thu, May 12, 2011 at 3:42 AM, Johannes Radinger wrote: > Hello , > > sofar I know how to safe a plot into a *.eps file and it works good, > but there is one issue with filled areas between two functions. > > When I try to use: > plt.fill_between(x, pdf_min, pdf_max, color='0.85') > > and I try

[Matplotlib-users] eps output and fill_between

2011-05-12 Thread Johannes Radinger
Hello , sofar I know how to safe a plot into a *.eps file and it works good, but there is one issue with filled areas between two functions. When I try to use: plt.fill_between(x, pdf_min, pdf_max, color='0.85') and I try to open it on my mac I fail. So far as I know is the mac converting the ep