Re: [Matplotlib-users] matplotlib 0.91.2 build failure

2008-05-20 Thread frigoris . ma
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 branch

[Matplotlib-users] matplotlib 0.91.2 build failure

2008-05-19 Thread frigoris . ma
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

[Matplotlib-users] How to plot 2 data series against the same time series using plot_date?

2008-04-03 Thread frigoris . ma
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

Re: [Matplotlib-users] How to plot 2 data series against the same time series using plot_date?

2008-04-03 Thread frigoris . ma
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 share a

Re: [Matplotlib-users] New user's question --- first run --- everything seems fine, got error msgs.

2007-08-02 Thread frigoris . ma
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 ... still

[Matplotlib-users] New user's question --- first run --- everything seems fine, got error msgs.

2007-08-01 Thread frigoris . ma
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

Re: [Matplotlib-users] New user's question --- first run --- everything seems fine, got error msgs.

2007-08-01 Thread frigoris . ma
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: