Could the bug I submitted some time ago be related to this ? (1502970
at http://sourceforge.net/tracker/?group_id=80706&atid=560720)
For example, this fails for me (it does work without xpdf and doing
ps2pdf afterwards):
My poppler/xpdf installation should be allright
import matplotlib
matplotlib
Pieter Dumon wrote:
> Could the bug I submitted some time ago be related to this ? (1502970
> at http://sourceforge.net/tracker/?group_id=80706&atid=560720)
>
> For example, this fails for me (it does work without xpdf and doing
> ps2pdf afterwards):
> My poppler/xpdf installation should be allrigh
Hi Fernando,
I tried opening your example of a bad eps file produced with the xpdf option,
and it looks identical to the good example you sent. (I opened it with both
ggv, and gv.)
Darren
On Sunday 09 July 2006 23:33, Fernando Perez wrote:
> On 7/9/06, Darren Dale <[EMAIL PROTECTED]> wrote:
>
On 7/10/06, Darren Dale <[EMAIL PROTECTED]> wrote:
Pieter Dumon wrote:
> For example, this fails for me (it does work without xpdf and doing
> ps2pdf afterwards):
> import matplotlib
> matplotlib.use('PS')
> import pylab
>
> pylab.rc('text',usetex=True)
> pylab.rc('ps',usedistiller='xpdf')
> p
Sorry, forgot the actual PS file, which contains the actual error. Here it is
On 7/10/06, Pieter Dumon <[EMAIL PROTECTED]> wrote:
On 7/10/06, Darren Dale <[EMAIL PROTECTED]> wrote:
> Pieter Dumon wrote:
> > For example, this fails for me (it does work without xpdf and doing
> > ps2pdf afterward
This is a known bug in ESP Ghostscript, not matplotlib. ESP version 8.15.02
broke xpdf's pdftops program. I posted a bug report to the ESP website, and
it has been fixed in their sources, but they havent made a new release since
that time. Your options are either to drop back to ESP version 7.07
I'm trying to draw a contour plot in a Tk gui with an accompanying colorbar.
The gui allows changing which contour is drawn. Some of the contours use a
different set of levels, so I'd like to update the colorbar whenever the
levels change. I don't need an automatic update -- what I'd like is to
m
On 7/10/06, Darren Dale <[EMAIL PROTECTED]> wrote:
> Hi Fernando,
>
> I tried opening your example of a bad eps file produced with the xpdf option,
> and it looks identical to the good example you sent. (I opened it with both
> ggv, and gv.)
My mistake, sorry: gv (on both my Fedora 3 and my ubuntu
On Monday 10 July 2006 14:08, Fernando Perez wrote:
> On 7/10/06, Darren Dale <[EMAIL PROTECTED]> wrote:
> > Hi Fernando,
> >
> > I tried opening your example of a bad eps file produced with the xpdf
> > option, and it looks identical to the good example you sent. (I opened it
> > with both ggv, an
Hello, I have a problem with the svn version of matplotlib. I don't know when
this problem appeared but it was working before.
so the next script gave me an error message:
import pylab
p = pylab.plot([1,2],[2,3],'o')
pylab.setp(p,markerfacecolor=(120,120,120),markersize=5,markeredgewidth=1.,z
John Hunter wrote:
>> "Christopher" == Christopher Barker <[EMAIL PROTECTED]> writes:
> Christopher> Just as a note, if you have Cairo, you have PS, PDF,
> Christopher> SVG, raster, and, indeed, native draw-to-the-screen
> Christopher> functionality.
>
> Last I checked if I recall
Where should I start trying to debug an issue where Adobe Illustrator CS
for Windows is unable to open my EPS file generated by matplotlib? When
attempting to open the file, a a dialog pops up that says, "The
operation cannot complete because of an unknown error." So much for
informative error mess
Hi all,
this is somewhat of a half-feature request, half-question. I just
went through a rather unpleasant exercise in trying to get a line plot
with about 8 traces generated for black and white printing. As it
turns out, mpl seems to only have 4 line styles ('-', '--', '-.',
':'), which isn't r
Hi Andrew,
On Monday 10 July 2006 8:19 pm, Andrew Straw wrote:
> Where should I start trying to debug an issue where Adobe Illustrator CS
> for Windows is unable to open my EPS file generated by matplotlib? When
> attempting to open the file, a a dialog pops up that says, "The
> operation cannot c
> "Fernando" == Fernando Perez <[EMAIL PROTECTED]> writes:
Fernando> Hi all, this is somewhat of a half-feature request,
Fernando> half-question. I just went through a rather unpleasant
Fernando> exercise in trying to get a line plot with about 8
Fernando> traces generated for
Darren Dale wrote:
> Hi Andrew,
>
> On Monday 10 July 2006 8:19 pm, Andrew Straw wrote:
>
>> Where should I start trying to debug an issue where Adobe Illustrator CS
>> for Windows is unable to open my EPS file generated by matplotlib? When
>> attempting to open the file, a a dialog pops up that
16 matches
Mail list logo