Re: [Matplotlib-users] deb or rpm packages

2008-06-03 Thread Andrew Straw
I have .debs for Ubuntu Hardy available at http://debs.astraw.com/hardy/ . Note that these packages don't follow all Debian/Ubuntu guidelines and are of lower quality than the official packages, which I recommend over these. Nevertheless, I've packaged these things up for my personal and my laborat

[Matplotlib-users] deb or rpm packages

2008-06-03 Thread Johan Mazel
Hi I'd like to know when the latest packages in *.deb or *.rpm (from the 0.98.0 version) will be available in the repositories ? If you have any addresses of "custom" repositories where I could get this package, it would be nice too. I prefer to have a package installed than installed the software

Re: [Matplotlib-users] Make tick labels thicker

2008-06-03 Thread Michael Droettboom
Berit Hinnemann wrote: > > Hi Michael, > > Thanks a lot for your reply. > > >No. As of 0.91 and later, you can mix normal text with math. Just > >stick the math inside a pair of '$'. > > I just realized that I have version 0.90 installed. Is it advisable to > upgrade to 0.93 or to 0.98 directly?

Re: [Matplotlib-users] add an arrow to a lineEnd

2008-06-03 Thread Friedrich Hagedorn
On Tue, Jun 03, 2008 at 03:55:48PM +0200, Friedrich Hagedorn wrote: > > I want do add an arrow *tip* to a line with the same angle. It should behave like a marker: it should not resize when I zoom in. By, Friedrich - This

Re: [Matplotlib-users] add an arrow to a lineEnd

2008-06-03 Thread Friedrich Hagedorn
Hello, I want do add an arrow *tip* to a line with the same angle. I have tried this: from pylab import * from matplotlib import collections, transforms def MyArrow(ax, x, y, ang, scale=50, over=.5, color='k'): ar = [(0,0), (-.5,-over), (0,1), (.5,-over), (0,0)] col = collections.PolyCo

[Matplotlib-users] Radar / Spider Chars

2008-06-03 Thread Tom Edwards
Hello all, Just a quick question which I can't seem to find an answer to on google or in the documentation. Is it possible to produce a Radar or Spider chart: http://en.wikipedia.org/wiki/Radar_chart with Matplotlib? I can see that you can produce polar plots, however the only references I can fi

Re: [Matplotlib-users] LinearLocator

2008-06-03 Thread John Hunter
On Mon, Jun 2, 2008 at 11:44 PM, <[EMAIL PROTECTED]> wrote: > Windows XP SP2 / MPL 0.98 / NumPy 1.1 > > I wrote some code which has the following line > ax1.yaxis.set_major_locator(MLT.LinearLocator(numticks=10)) > > I now get the error > AttributeError: LinearLocator instance has no attribute 've

[Matplotlib-users] Radar / Spider Chars

2008-06-03 Thread Tom Edwards
Hello all, Just a quick question which I can't seem to find an answer to on google or in the documentation. Is it possible to produce a Radar or Spider chart: http://en.wikipedia.org/wiki/Radar_chart with Matplotlib? I can see that you can produce polar plots, however the only references I can

[Matplotlib-users] LinearLocator

2008-06-03 Thread chuckwhite8
Windows XP SP2 / MPL 0.98 / NumPy 1.1 I wrote some code which has the following line ax1.yaxis.set_major_locator(MLT.LinearLocator(numticks=10)) I now get the error AttributeError: LinearLocator instance has no attribute 'verify_intervals' This was working fine with the previous version of MPL.

Re: [Matplotlib-users] Make tick labels thicker

2008-06-03 Thread Berit Hinnemann
Hi Michael, Thanks a lot for your reply. >No. As of 0.91 and later, you can mix normal text with math. Just >stick the math inside a pair of '$'. I just realized that I have version 0.90 installed. Is it advisable to upgrade to 0.93 or to 0.98 directly? Also, how do I uninstall the 0.90 ver

Re: [Matplotlib-users] matplotlib/pylab memory usage

2008-06-03 Thread Michael Droettboom
I've never needed to ask this question, so I don't know the answer, but I would suspect pylab, in reality, adds very little overhead to matplotlib. But -- I would modify your test script to actually perform a plot using pylab vs. matplotlib API. Until you actually "do" something, you're just m

Re: [Matplotlib-users] Make tick labels thicker

2008-06-03 Thread Michael Droettboom
Berit Hinnemann wrote: > > Hi again, > > Thanks a lot for all the replies. Markersize and Markeredgewidth work > beautifully. > > A couple more questions, which is, I think, are related to what Erik > Tollerud asked > > -Is it correct that I can only mix math symbols and normal text in an > axis

[Matplotlib-users] matplotlib/pylab memory usage

2008-06-03 Thread Larsen, Jesper
Hi matplotlib users and developers, I am trying to run a web application using matplotlib in a memory constrained environment. I have therefore tried to figure out what memory overhead matplotlib incurs. When I run the following method prior to and after importing pylab and matplotlib respectiv

Re: [Matplotlib-users] ugly arrow with xpdf

2008-06-03 Thread Friedrich Hagedorn
On Mon, Jun 02, 2008 at 11:17:44PM +0300, Jouni K. Seppänen wrote: > I can confirm this in at least version 0.91.3. The problem seems to be > caused by the midpoint of the stem being included in the path twice in a > row. The following patch removes the midpoint altogether and fixes the > rendering

Re: [Matplotlib-users] Make tick labels thicker

2008-06-03 Thread Berit Hinnemann
Hi again, Thanks a lot for all the replies. Markersize and Markeredgewidth work beautifully. A couple more questions, which is, I think, are related to what Erik Tollerud asked -Is it correct that I can only mix math symbols and normal text in an axis label, when I use "usetex = True" -When I