On Tue, May 20, 2008 at 8:34 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> The compiler that ships with Fedora 9 is a little more strict about C header
> file usage from a C++ file. This was fixed in matplotlib SVN less than two
> weeks ago.
>
> You can either
>
> a) checkout the maintenance
Dear all,
I am building the 0.91.2 version on a Fedora 9. I have compiled this
version on Fedora 8 earlier with no problem. However, this time the
package failed to build.
Here is the last lines from the output:
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=
On 4/4/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I would like to plot two different data series against a common
> time-series, e.g. dataset 1 is the precipitation data around a year at
> City 1, and dataset 2 is the precipitation of the same year taken at
> City 2. They
Dear all,
I would like to plot two different data series against a common
time-series, e.g. dataset 1 is the precipitation data around a year at
City 1, and dataset 2 is the precipitation of the same year taken at
City 2. They share a common x-axis. My goal is to draw the two lines
in the same sub
Dear all,
I am making a contour plot using matplotlib. The title and axis annotations
require math symbols so I set usetex=True in the rc('text',usetex).
However that made ALL texts in LaTeX (incl. contour labels) and
the contour labels look not satisfying when rendered by TeX. What I needed
is La
Thank you Christopher that's great. wxPython working fine, no warnings.
Cong.
On 8/2/07, Christopher Barker <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote:
> > Dear all: The first problem was fixed by upgrading to a recent version
> > of ipython. As for the second (IPP stuff) warning ...
Dear all: The first problem was fixed by upgrading to a recent version of
ipython. As for the second (IPP stuff) warning ... still pending but doesn't
doing harm currently.
Thank you all.
Cong.
On 8/2/07, Christopher Barker <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote:
> > /usr/lib/py
Dear all,
I'm an astronomy major college student in Beijing who recently switched to
Python for most of his homework in numeric analysis and data visualization
(and really loving Python). I run Python 2.5 with NumPy, SciPy
and matplotlib on a Fedora 7 Linux system. The matplotlib on my computer wa