Re: [Matplotlib-users] problem with imshow and ps+xpdf backend

2007-10-16 Thread John Travers
On 16/10/2007, Darren Dale <[EMAIL PROTECTED]> wrote: > These reports almost always turn out to be a problem with one of the external > dependencies. I see no difference between the two results on my machine. > > pdftops-3.00 > GPL Ghostscript 8.60 > python-2.5.1 > svn mpl > Gentoo ~amd64 > You ar

Re: [Matplotlib-users] change axes/tickmarks/ticklabels color

2007-10-16 Thread Derek Hohls
George Apologies for all-too-brief reply the first time around. I am more than rusty with matplot, but need to brush up again. What you are wanting to do is not so straightforward and, unfortunately, is not documented all in one place. I have found a number of references to different bits-and

Re: [Matplotlib-users] problem with imshow and ps+xpdf backend

2007-10-16 Thread Darren Dale
On Tuesday 16 October 2007 10:00:55 am John Travers wrote: > Hi All, > I have a problem with the output of the ps backend when I use the xpdf > distiller rather than ghostscript and try to save a figure from > imshow. When I run the script below I get a blue square with > ghostscript (as expected),

[Matplotlib-users] problem with imshow and ps+xpdf backend

2007-10-16 Thread John Travers
Hi All, I have a problem with the output of the ps backend when I use the xpdf distiller rather than ghostscript and try to save a figure from imshow. When I run the script below I get a blue square with ghostscript (as expected), but grey dots and lines with xpdf. With non-image based plot command

[Matplotlib-users] change axes/tickmarks/ticklabels color

2007-10-16 Thread George Nurser
Hi, I feel that this should be simple, but I can't find anything on it. How do I change the color of the axes/tickmarks/ticklabels? I want to superpose a second plot onto a part of a pcolor plot that is dark blue. I can change the background color OK, but not that of the axes themselves. Regards