[Matplotlib-users] Vary point color with scatter

2008-03-21 Thread Michaël Douchin
Hi list, I have a set of data with 3 "columns" : x = x coordinate of the point y = y coordinate z = temperature I can't see how to set a different color for each point function of temperature value. I have tried, which draw a colorfull beautiful "map", the color varying with the row rank of x

Re: [Matplotlib-users] Masking data problems and fill test

2008-03-03 Thread Michaël Douchin
Thanks Pierre, I will try this package and come back here to give a feedback Michael Pierre GM a écrit : > Michael, > Give scikits.timeseries a try. It's a package designed to handle time series, > with or without missing data or dates, for which matplotlib functions are > also available. > ht

Re: [Matplotlib-users] Masking data problems and fill test

2008-02-27 Thread Michaël Douchin
n and > fill--maybe only the former, which not taking masked arrays into > account. I have not looked at it enough to know whether it will be > easy or hard to fix, but it certainly should be fixed. I can't look > at it more right now, unfortunately. > > Eric > > Micha

[Matplotlib-users] Masking data problems and fill test

2008-02-27 Thread Michaël Douchin
Hi list I searched the list and google, but couldn't find a way to solve my pbm. I have data stored in a list (from an sql query) , with these "columns": x = time serie in hours y = some level value There are some missing values : eg between 08:33 and 08:40. Here is my code : sqla="SELECT *