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
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,
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
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
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
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
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
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.
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
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ö
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
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:
> 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
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
, 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
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])
> >
>
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
17 matches
Mail list logo