Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-17 Thread Johan Mazel
Hi I am working with matplotlib 0.91.3 on Hardy. I installed it (with pyhton setup.py build and pyhton setup.py install) from the source given on SourceForge. And it's working perfectly. Are you sure that you installed all the needed packages ? (Check with pyhton setup.py build and see wether

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-17 Thread Johan Mazel
by default by my package manager) and ran the python setup.py build as you suggested before running the python setup.py install command. I fixed the problem! I am so grateful for you helping me sort this out finally. I am looking forwards to start using matplotlib. Cheers, marjolaine. Johan Mazel

[Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread Johan Mazel
Hi I display two data vectors : the first is in the subplot 2,1,1 and the second in the subplot 2,1,2. Each of the data vectors have an x vector of dates to display values on x axis. The 2 data vectors are correlated in time and I want to show the correlation. But the two data vectors are not

Re: [Matplotlib-users] Align x axises with data vectors of different size

2008-06-10 Thread Johan Mazel
Anyway guys, thanks a lot for the fast answer and all the good work you're doing. :) Johan 2008/6/10 Eric Firing [EMAIL PROTECTED]: John Hunter wrote: We should consider fix the autoscaling so that tthe default view lim are always open intervals that contain the data. This has been on my

Re: [Matplotlib-users] deb or rpm packages

2008-06-05 Thread Johan Mazel
Hi I can't find any deb package of matplotlib in the url that you gave me. The sources are there but I'm not interested in the sources since I can find them on the official website of matplotlib. Is there any problem ? Thanks for the answer by the way. Johan mazel 2008/6/3 Andrew Straw [EMAIL

[Matplotlib-users] deb or rpm packages

2008-06-03 Thread Johan Mazel
myself since I think it would be easier for me if I want to uninstall it. Thanks. Johan Mazel - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

[Matplotlib-users] Installation of 0.91.2 maintenance + Tkinter developpement packages

2008-05-30 Thread Johan Mazel
manager. If you have any idea of where this problem comes from, please, I'm listening. Thanks for the help. Johan Mazel - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http

Re: [Matplotlib-users] Installation of 0.91.2 maintenance + Tkinter developpement packages

2008-05-30 Thread Johan Mazel
Atually, I just installed g++ as you were saying and now, it's working. Thanks for the help. Johan Mazel 2008/5/30 Michael Droettboom [EMAIL PROTECTED]: This is in diff format, so it indicates that it is around line 960. The part to add is this: if not os.path.exists(tk_inc

[Matplotlib-users] Change position of graphs when using subplot

2008-05-21 Thread Johan Mazel
Hi I'm displaying 4 graphs in one figure. But the 4 graphs are really to much near each other and the center of the figure. Is there anyway to change this, and move them nearer to the edges of the figure ? Thanks Johan Mazel

[Matplotlib-users] Remove xlabel

2008-05-20 Thread Johan Mazel
is the second, none of the x tick labels are displayed. Thanks in advance for the help. Regards. Johan Mazel - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http

Re: [Matplotlib-users] Plot data with specified time (hour, minute, second)

2008-04-30 Thread Johan Mazel
of data structure and another one. Regards Johan Mazel * *2008/4/29 Johan Mazel [EMAIL PROTECTED]: Ok. I tried to do the job through the old way and it's working. But I have the latest version (0.91.2). Is it possible that my version wasn't successfully installed and that an older one is doing

[Matplotlib-users] Plot data with specified time (hour, minute, second)

2008-04-29 Thread Johan Mazel
kind of setup in data input but anyway... Thanks Regards Johan Mazel - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code

Re: [Matplotlib-users] Plot data with specified time (hour, minute, second)

2008-04-29 Thread Johan Mazel
Ok. I manage to get either time or date but not both inside the same object . And I don't know how to use plot with two object (one for the time and the other for the date). Thanks for the answer. Johan Mazel 2008/4/29 John Hunter [EMAIL PROTECTED]: On Tue, Apr 29, 2008 at 8:12 AM, Johan Mazel

[Matplotlib-users] Fwd: Plot data with specified time (hour, minute, second)

2008-04-29 Thread Johan Mazel
-- Forwarded message -- From: Johan Mazel [EMAIL PROTECTED] Date: 2008/4/29 Subject: Re: [Matplotlib-users] Plot data with specified time (hour, minute, second) To: John Hunter [EMAIL PROTECTED] When you wrote import matplotlib.ticker, you meant from matplotlib.dates import

Re: [Matplotlib-users] Plot data with specified time (hour, minute, second)

2008-04-29 Thread Johan Mazel
]: On Tue, Apr 29, 2008 at 12:10 PM, Johan Mazel [EMAIL PROTECTED] wrote: When you wrote import matplotlib.ticker, you meant from matplotlib.dates import ticker ? No sorry, I meant import matplotlib.ticker as ticker I think I have a bug or something because I get an error like ValueError