Re: [Matplotlib-users] EPS fails to open in Adobe Illustrator

2006-07-10 Thread Andrew Straw
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

Re: [Matplotlib-users] Improved dashing for black and white plots?

2006-07-10 Thread John Hunter
> "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

Re: [Matplotlib-users] EPS fails to open in Adobe Illustrator

2006-07-10 Thread Darren Dale
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

[Matplotlib-users] Improved dashing for black and white plots?

2006-07-10 Thread Fernando Perez
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

[Matplotlib-users] EPS fails to open in Adobe Illustrator

2006-07-10 Thread Andrew Straw
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

Re: [Matplotlib-users] [matplotlib-devel] backends

2006-07-10 Thread Christopher Barker
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

[Matplotlib-users] bug?

2006-07-10 Thread humufr
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

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Darren Dale
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

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Fernando Perez
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

[Matplotlib-users] Colorbar

2006-07-10 Thread Mark Johnson
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

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Darren Dale
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

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Pieter Dumon
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

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Pieter Dumon
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

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Darren Dale
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: >

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Darren Dale
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

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Pieter Dumon
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