Hi all,
I just wanted to get others some insight about what I did in
mathtext2. Who knows - it might turn out to be useful to someone ;)
Also, any comments/thoughts are appreciated.
A TeX math expression:
$\sum_{i = 0}^{\infty}$
gets translated to a pure Python list, consisting of Python builtin
Hi all,
I implemented the following method in ft2font.cpp, and although it
works I don't know if it does the *right thing*.
char FT2Font::draw_rect_filled__doc__[] =
"draw_rect_filled(x0, y0, x1, y1)\n"
"\n"
"Draw a filled rect to the image. It is your responsibility to set the\n"
"dimensions of
With matplotlib 0.87.5 shortly after.
-- Forwarded message --
From: Travis Oliphant <[EMAIL PROTECTED]>
Date: Sep 4, 2006 7:55 PM
Subject: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight
To: Discussion of Numerical Python
This is a last reminder that I'm going to cut a r
1.0b5
Fails to compile?
numpy/core/src/arrayobject.c:2694: error: request for member
'ob_type' in something not a structure or union
Mac OS X 10.4.7
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
5363)
python 2.5c1
On Sep 4, 2006, at 7:00 PM, Charlie Moad wrote:
Very sorry: here is the initial error:
numpy/core/src/arrayobject.c:564: error: 'op' undeclared (first use
in this function)
On Sep 5, 2006, at 12:01 AM, Boyd Waters wrote:
1.0b5
Fails to compile?
smime.p7s
Description: S/MIME cryptographic signature
---
1.0b5 compiles, with this patch:
patch-arrayobject.c.diff
Description: Binary data
does that look right?
- boyd
Boyd Waters
Scientific Programmer
National Radio Astronomy Observatory
http://www.aoc.nrao.edu
On Sep 5, 2006, at 12:05 AM, Boyd Waters wrote:
Very sorry: here is the initial