Hi,
This is probably easy to do but I didn't work it out from the
documentation so far. How do I remove the tick lines on a plot but keep
the labels?
Thanks,
John.
--
___
M
Jae-Joon Lee wrote:
> John,
>
> Would you do me a favor and open a ticket for this? So that other
> developers can take a look in the future.
Have done:
https://sourceforge.net/tracker/?func=detail&aid=2931430&group_id=80706&atid=560720
--
Jae-Joon Lee wrote:
> I'm afraid that there is not much I can help anymore.
>
> Just in case, does the same error occur when my patch is not applied?
>
> Is it an error or just a warning? If it is an error, can you post a
> full traceback? I just want to know what step causes that.
>
> Also, a
Jae-Joon Lee wrote:
> When you check out the svn, please try to apply the patch attached.
>
> patch -p1 < ps_distiller.patch
>
> I hope this solves your problem.
>
Thanks again for quick response. I've got the svn version and applied
the patch. Now I get this error (with ps.usedistiller : xp
Jae-Joon Lee wrote:
> My guess is that somehow the output format of bbox device in the
> recent ghostscript has changed.
>
> What kind of output do you get when you run
>
>> gs -dBATCH -dNOPAUSE -sDEVICE=bbox test.eps
>
> in your shell (replace "test.eps" with any eps file you have)
>
> I get
>
tion makes any difference
> ("ps.usedistiller" in the rc file).
>
> The best would be for you to upgrade to the recent release of
> matplotlib if possible.
>
> Regards,
>
> -JJ
>
>
> On Mon, Jan 11, 2010 at 8:35 AM, John Reid
> wrote:
>> Hi,
&
Hi,
I'm using matplotlib 0.98.5.2 on Ubuntu with Ghostscript 8.70. The
following code produces the following error. Can anyone verify whether
this a problem with my installation or with matplotlib?
import pylab as P
P.figure()
width=.4
x1 = [-0.4, 0.6, 1.6, 2.6, 3.6, 4.6, 5.6]
y1 = [1.0,
So I have:
In [2]: import matplotlib; print matplotlib.__version__
0.90.1
Why does pylab not have __version__?
So I guess it was fixed between 0.90.1 and 0.91.2
Thanks,
John.
-
This SF.net email is sponsored by the 2008 J
I'm on Windows with python 2.5. How do I find the version of matplotlib?
I think it is fairly recent (within last 6 months anyhow). Shouldn't an
error be raised?
See:
C:\Dev\MyProjects\Bio\hmm\python>python
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)] on win32
T