Re: [matplotlib-devel] New matplotlib-checkins mailing list

2007-07-24 Thread Edin Salkovic
On 7/16/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: > Hi all, > > A new matplotlib-checkins mailing list has been created for SVN commit > notification. > > You can subscribe to it by visiting: > https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins Fo

Re: [matplotlib-devel] unicode question

2007-07-16 Thread Edin Salkovic
On 7/16/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > As for Unicode literals in Python source, there is a third option, other > than u'\xd7' or '×'. Python will let you do u"\N{MULTIPLICATION SIGN}", > which means you don't have to remember what \xd7 is. For single > characters like this,

Re: [matplotlib-devel] setup scripts

2007-07-16 Thread Edin Salkovic
On 7/16/07, Andrew Straw <[EMAIL PROTECTED]> wrote: > It looks like Edin made setuptools required in svn, which I just > reverted. Edin -- why? I'm a fan of setuptools, but I don't think we > should require a prerequisite that isn't necessary. Of course, if the > developers decide we want to requir

[matplotlib-devel] New matplotlib-checkins mailing list

2007-07-15 Thread Edin Salkovic
Hi all, A new matplotlib-checkins mailing list has been created for SVN commit notification. You can subscribe to it by visiting: https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins Cheers, Edin - This SF.net e

Re: [matplotlib-devel] Web interface for matplotlib

2007-04-20 Thread Edin Salkovic
On 4/19/07, Yusdi Santoso <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm not sure if this is the right mailing list for this, so please bear with > me if this is not for you. > > I have developed a web front end for matplotlib, rather inspired by matlab > development environment. You can find more of

Re: [matplotlib-devel] Better support for setuptools, WAS: building with python-2.3

2007-04-06 Thread Edin Salkovic
On 4/5/07, Robert Kern <[EMAIL PROTECTED]> wrote: > Oh, you're requiring setuptools now? I didn't notice that. Cool. > > I'd point them here for up-to-date instructions and downloads: > > http://cheeseshop.python.org/pypi/setuptools Thanks Robert for the insight! I updated the installation inst

Re: [matplotlib-devel] Better support for setuptools, WAS: building with python-2.3

2007-04-05 Thread Edin Salkovic
On 4/5/07, Darren Dale <[EMAIL PROTECTED]> wrote: > I considered this when setuptools became a requirement for python-2.3 > installs, but decided against it. My reasoning was that the unfamiliar user > would go to install matplotlib, and see setup.py and ez_setup and get > confused. Maybe it should

Re: [matplotlib-devel] when to deprecate numeric and numarray?

2007-04-05 Thread Edin Salkovic
On 4/5/07, Bill Baxter <[EMAIL PROTECTED]> wrote: > So I suggest instead 'npy'. It is already used extensively in the C > API of Numpy so it has strong precedent as an abbreviation. It also > *looks* to me like an abbreviation for 'numpy' as opposed to "number > of points (np)" or something else.

[matplotlib-devel] Better support for setuptools, WAS: building with python-2.3

2007-04-05 Thread Edin Salkovic
On 3/3/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 2/23/07, Andrew Straw <[EMAIL PROTECTED]> wrote: > I figured I would be a good crash test dummy to see how easy > it was to install setuptools, so I poked around and found the ez_setup > and am off to the races. I added a friendly exception to

Re: [matplotlib-devel] compiling matplotlib using VC6?

2007-03-16 Thread Edin Salkovic
Hi Berthold, Try running some of the examples: http://matplotlib.sourceforge.net/matplotlib_examples_0.90.0.zip This is mpl's test suite. Cheers, Edin On 3/16/07, Berthold Höllmann <[EMAIL PROTECTED]> wrote: > Ken McIvor <[EMAIL PROTECTED]> writes: > > > On Mar 16, 2007, at 9:28 AM, Berthold Hö

Re: [matplotlib-devel] Filehandle leaks in font_manager.py (was: PDF backend problem)

2007-03-13 Thread Edin Salkovic
I would just suggest using open() instead of file(), but this is a general Python tip :) Everything else seems OK. Best, Edin On 3/13/07, Jouni K. Seppänen <[EMAIL PROTECTED]> wrote: > [Moving to the devel list.] > > Here's a patch for font_manager.py to close opened files. Could > somebody revi

Re: [matplotlib-devel] building with python-2.3

2007-02-23 Thread Edin Salkovic
I'm learning a bit about setuptools and distutils, so sorry if this is a no brainer: Are we using only distutils for matplotlib? I.e. - no setuptools? This is because I stumbled across this at the setuptools page: http://peak.telecommunity.com/DevCenter/setuptools Feature Highlights:

[matplotlib-devel] ft2font.get_charmap now changed in SVN (Was: [PATCH] don't print undefined glyphs in ps backend)

2007-02-17 Thread Edin Salkovic
> That's fine with me. > > > > On 2/16/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: > > > From the above it's clear that FreeType *never* explicitly supported > > > the glyph->char mapping, but exactly the opposite. > > > > > > In

Re: [matplotlib-devel] [PATCH] don't print undefined glyphs in ps backend

2007-02-16 Thread Edin Salkovic
On 2/14/07, Paul Barrett <[EMAIL PROTECTED]> wrote: > and second reply: > > If my memory ser ves me correctly - or if the implementation has > changed over the past few years - get_charmap() is a wrapper on the > FreeType method. FreeType had no reverse mapping and creating one may > have caused p

Re: [matplotlib-devel] Numeric support broken?

2006-11-10 Thread Edin Salkovic
, and everything was fixed :) Best, Edin On 10/22/06, Edin Salkovic <[EMAIL PROTECTED]> wrote: > Unfortunately, I forgot to do it :( > > Then, just after sending the message to the list, it sprang to my > mind. To make it worse, I then mistakenly entered: > rm -Rf /path/to/site-pac

Re: [matplotlib-devel] Numeric support broken?

2006-10-22 Thread Edin Salkovic
ratch? > > > > On Sunday 22 October 2006 6:59 am, Edin Salkovic wrote: > > Hi, > > > > I built and installed the latest matplotlib from SVN. > > > > When I type: > > >>> from pylab import * > > >>> plot([1,2,3]) > > >

[matplotlib-devel] Numeric support broken?

2006-10-22 Thread Edin Salkovic
Hi, I built and installed the latest matplotlib from SVN. When I type: >>> from pylab import * >>> plot([1,2,3]) I get: Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line 2027, in plot ret = gca().plot(*args, **kwa