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 label,

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

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

[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.

[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

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

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 =

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? Also, how

[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] 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