Re: [Matplotlib-users] code searching

2009-02-09 Thread Lionel Roubeyrie
Thanks John, it's what I need. Le vendredi 06 février 2009 à 13:10 -0600, John Hunter a écrit : > On Fri, Feb 6, 2009 at 10:56 AM, Ryan May wrote: > > Lionel Roubeyrie wrote: > >> You're right, it's the chaco's zooming plot, I confused. > >> Is

Re: [Matplotlib-users] code searching

2009-02-06 Thread Lionel Roubeyrie
You're right, it's the chaco's zooming plot, I confused. Is there a way to have this render with matplotlib? Le jeudi 05 février 2009 à 10:41 -0600, Ryan May a écrit : > Lionel Roubeyrie wrote: > > Hi all, > > On the matplotlib website I can't find an "old

[Matplotlib-users] code searching

2009-02-05 Thread Lionel Roubeyrie
is code, I'll be happy to get it :) Thanks -- Lionel Roubeyrie chargé d'études LIMAIR - La Surveillance de l'Air en Limousin http://www.limair.asso.fr -- Create and Deploy Rich Internet Apps outside the bro

Re: [Matplotlib-users] contour coordinates

2009-02-02 Thread Lionel Roubeyrie
s/listinfo/matplotlib-users > >> > > >> > >> I'm not sure if this is entirely what you (Eli) are looking > for, but I > >> have code that will contour model data on a map and then > extract the >

Re: [Matplotlib-users] Fwd: Croizat on Mac OS X

2009-01-22 Thread Lionel Roubeyrie
Croizat = Application(0) ... -- Lionel Roubeyrie chargé d'études LIMAIR - La Surveillance de l'Air en Limousin http://www.limair.asso.fr -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to t

Re: [Matplotlib-users] Pylab breaks locales with GTK

2009-01-05 Thread Lionel Roubeyrie
Thanks for your responses, Looking comments in the tickets, putting import locale locale.setlocale(locale.LC_NUMERIC, 'C') after the pylab import resolves the problem (but not the bug...). Have a happy new year Le lundi 05 janvier 2009 à 15:37 +0100, Lionel Roubeyrie a écrit

[Matplotlib-users] Pylab breaks locales with GTK

2009-01-05 Thread Lionel Roubeyrie
>> import matplotlib >>> for i in a:str(i) ... '1.0' '1.01' '2.11' '3.61' >>> import pylab >>> for i in a:str(i) ... '1.0' '1,01' '2,11' '3,61'

[Matplotlib-users] windrose OO

2008-09-11 Thread Lionel Roubeyrie
the entry on blogspot: http://youarealegend.blogspot.com/2008/09/windrose.html All suggestion welcome (even to correct my bad english ;-) ) Thanks to the best python plotting library and the matplotlib team! -- Lionel Roube

Re: [Matplotlib-users] polar interpolation

2008-09-09 Thread Lionel Roubeyrie
Ok, I'm stupid, changing the resolution value and all goes right. Sorry Lionel Roubeyrie a écrit : > Hi all, > the new polar projection gives me a strange behavour by interpolating > each simple line between two consecutives points. Where I just want > points at specified coor

[Matplotlib-users] polar interpolation

2008-09-09 Thread Lionel Roubeyrie
. Looking in the documentation doesn't give an alternative. Is there a way to have just "simples" lines? thanks ## from pylab import * theta = arange(0, 360, 36) r = [5,1] * (len(theta)/2) polar(radians(theta), r, 'o-') show() ###### --

Re: [Matplotlib-users] windrose OO

2008-08-18 Thread Lionel Roubeyrie
", line 177, in cla Axes.cla(self) File "/usr/lib/python2.5/site-packages/matplotlib/axes.py", line 771, in cla self.xaxis.cla() AttributeError: 'NoneType' object has no attribute 'cla' # I don't understand why this problem oc

Re: [Matplotlib-users] Basemap to KML polygon

2008-07-23 Thread Lionel Roubeyrie
thanks for this link Scott, I went into the refernce API directly without looking at this tutorial. Effectively, it works :-) Scott Sinclair a écrit : >>>> Lionel Roubeyrie <[EMAIL PROTECTED]> 07/23/08 9:37 AM >>> >>>> > I want to &quo

Re: [Matplotlib-users] Basemap to KML polygon

2008-07-23 Thread Lionel Roubeyrie
ations with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Matplotlib-use

[Matplotlib-users] Basemap to KML polygon

2008-07-22 Thread Lionel Roubeyrie
ple with google. Thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Surveillance de l'Air en Limousin http://www.limair.asso.fr - This SF.Net email is sponsored by the Mob

[Matplotlib-users] Basemap to KML polygon

2008-07-21 Thread Lionel Roubeyrie
Hi all, just to know if there's a proper way to convert a basemap generated with contourf to a KML (or polygon shapefile) ? Thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Surveillance de l'Air en Limousin http://www

Re: [Matplotlib-users] how to save animation

2008-07-01 Thread Lionel Roubeyrie
Hi, install mencoder :-) sa6113 a écrit : > Unfortuantly this link dosen't help me. > Would be please help me more clear. > > > sa6113 wrote: > >> Thanks for your help but there is a problem while I using this code, it >> raises an error : >> "mencoder" is not recognized as an internal or exte

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-17 Thread Lionel Roubeyrie
ubuntu is not right. > Could you guys let me know which repositories you use and I could try and > upgrade my ubuntu to one of new repositories lists? > > Thank -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Surveillance de l'

Re: [Matplotlib-users] matplotlib/basemap question

2008-06-10 Thread Lionel Roubeyrie
to use one of > the approaches outlined in the cookbook entry > > http://www.scipy.org/Cookbook/Matplotlib/Gridding_irregularly_spaced_data > > to grid your data, then plot it. > > If you'd like to send me a sample of the data, I can show you what I mean. > > -Jeff -

Re: [Matplotlib-users] prctile not interpolating

2008-03-28 Thread Lionel Roubeyrie
ut anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplac >e ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotli

[Matplotlib-users] windrose OO

2008-03-26 Thread Lionel Roubeyrie
ot is to closer to simple axe and polaraxe). There's also a extra argument 'blowto' which reverse the plot (used in pollutantrose), and scipy is not required (just numpy). Hope someone find it usefull Cordialy -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et d

Re: [Matplotlib-users] raster in basemap

2008-02-28 Thread Lionel Roubeyrie
Jeff, yes it works, the unique constraint is to put the image when we create the basemap instance. Le jeudi 28 février 2008, Jeff Whitaker a écrit : > Lionel Roubeyrie wrote: > > Hi Jeff, > > yes I see this method, but set_xlim and set_ylim use axes coordinates, > > an

Re: [Matplotlib-users] raster in basemap

2008-02-27 Thread Lionel Roubeyrie
your help > > Lionel: You can use the set_xlim and set_ylim axes methods to manually > 'zoom' the plot. It has to be done after all the other plotting though, > since all the Basemap methods (contour, imshow etc) will reset the axes > limits to show the entire map region. >

[Matplotlib-users] raster in basemap

2008-02-26 Thread Lionel Roubeyrie
o a closed portion of the map, and put contours on it. I see how to initialise Basemap with the limits of the raster, but not how to "make a zoom" in the map by specifing coordinates. Thanks for your help -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintena

[Matplotlib-users] easy_install basemap

2008-02-06 Thread Lionel Roubeyrie
Hi all, don't sure it's the best way, but I have tried to install basemap via easy_install. the installation works fine (after a export GEOS_DIR), but it impossible to import it :-( Is there a special manipulation to get it working? Thanks -- Lionel Roubeyrie - [EMAIL PROTECT

[Matplotlib-users] twinx doesn't keep xticks parameters

2008-01-17 Thread Lionel Roubeyrie
Hi, all is in the subject: # ax=axes() setp(ax.get_xticklabels(), rotation=30, fontsize=14) twinx() It's not really a problem because we can manually modify the xticks, but it would be great if it was done automatically. Cheers -- Lionel Roub

Re: [Matplotlib-users] using strpdate2num in load

2007-12-18 Thread Lionel Roubeyrie
- > > SF.Net email is sponsored by: > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. &

[Matplotlib-users] ps.usedistiller doesn't know ghostscript version

2007-12-03 Thread Lionel Roubeyrie
bers like '7.07.1' float(vtest) return vtest #### matplotlib.__version__ Out [10]:'0.90.1' -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Surveillance de l'Air en Limousin http://www.limair.asso.

Re: [Matplotlib-users] images layers

2007-10-04 Thread Lionel Roubeyrie
es to the figure, and then > draw the image with axes.imshow. > > See http://matplotlib.sourceforge.net/screenshots/axes_demo.py for an > example of how to use inset axes. > > -Jeff -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Sur

[Matplotlib-users] images layers

2007-10-04 Thread Lionel Roubeyrie
expect? Thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Surveillance de l'Air en Limousin http://www.limair.asso.fr - This SF.net email is sponsored by: Splunk Inc. Still g

Re: [Matplotlib-users] Geo raster

2007-09-20 Thread Lionel Roubeyrie
Hi Jeff, thanks for the reply. Effectively, I saw the warpimage example, and based on that I just want to know if somebody has already used the PCL module to retrieve geographical informations (or another module). Le jeudi 20 septembre 2007, Jeff Whitaker a écrit : > Lionel Roubeyrie wr

[Matplotlib-users] Geo raster

2007-09-20 Thread Lionel Roubeyrie
Hi all, Can't find any examples on google, then I come here to see if it's possible to display a georeferenced map (geotiff on my side) into Basemap. The PCL module seems great, but there's not useful information on the Trac website. Thanks -- Lionel Roubeyrie - [EMAIL PR

Re: [Matplotlib-users] Basemap fill problem

2007-09-12 Thread Lionel Roubeyrie
Sorry, I reply to myself, the fill function needs the 'facecolor' keyword. Have a nice day -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Surveillance de l'Air en Limousin http:

[Matplotlib-users] Basemap fill problem

2007-09-12 Thread Lionel Roubeyrie
152 err = 'Unrecognized character %c in format string' % c --> 153 raise ValueError, err 154 155 if linestyle is None and marker is None: : Unrecognized character # in format string WARNING: Failure executing file: #######

Re: [Matplotlib-users] table data type and plot functions?

2007-09-05 Thread Lionel Roubeyrie
Hi Ping, don't know if it could help you : from pylab import * > d = Table("xyt.dat") x,y,t = load("xyt.dat", unpack=true) > d.plot("x", "t")# make a plot of x vs. t, N points are drawn plot(t, x) > d.plot("x") # make a histogram plot of x, N entries in the histogram bar(range(len(x)),

[Matplotlib-users] ticklabels positions not updated

2007-08-01 Thread Lionel Roubeyrie
Out [574]:(0.0, 1.0) Do I miss something? Thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la Surveillance de l'Air en Limousin http://www.limair.asso.fr - This SF.net

[Matplotlib-users] savefig pdf doesn't work anymore

2007-07-18 Thread Lionel Roubeyrie
506 width = font.load_char(unicode, flags=LOAD_NO_SCALE).horiAdvance 507 return cvt(width) : 'module' object has no attribute 'decoding_map' -- Lionel Roubeyrie - [EMAIL PROTECT

Re: [Matplotlib-users] export of a specific zone of a figure

2007-06-28 Thread Lionel Roubeyrie
wxagg. > Thanks, > > Nicolas > > - > Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! > Mail Look at PIL, you have normaly a such function there. -- Lionel Roubeyrie - [EMAIL PROTECTED] Chargé d'études et de maintenance LIMAIR - la

Re: [Matplotlib-users] record array and date support

2007-06-08 Thread Lionel Roubeyrie
- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-10 Thread Lionel Roubeyrie
otlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Lionel Roubeyrie - [EMAIL PROTECTED] Chagé d'études et de maintenance LIMAIR - la Surve

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-09 Thread Lionel Roubeyrie
legend, and it's not very useable. Thanks for your compliments Le Mercredi 09 Mai 2007 20:06, Christopher Barker a écrit : > Lionel Roubeyrie wrote: > > PS: I'm working on a graphical interface for windrose, don't know when I > > can finalyse it, maybe for the next m

Re: [Matplotlib-users] grd file

2007-05-07 Thread Lionel Roubeyrie
Le Vendredi 20 Avril 2007 18:10, Jeff Whitaker a écrit : > Lionel Roubeyrie wrote: > > By grd file, I mean csv like file, with one line by value, like > > X1 Y1 Z1 > > X2 Y1 Z2 > > X3 Y1 Z3 > > ... > > X1 Y2 Zk > > X2 Y2 Z

Re: [Matplotlib-users] grd file

2007-04-20 Thread Lionel Roubeyrie
is regular, but not in lambert projection, then I can't retrieve the dimensions of the grid. Le Vendredi 20 Avril 2007 14:54, Jeff Whitaker a écrit : > Lionel Roubeyrie wrote: > > Hi Jeff, > > yes, lambert is not the problem, you're right. I have some .grd files > >

Re: [Matplotlib-users] grd file

2007-04-20 Thread Lionel Roubeyrie
ecause the results are not good ( I use m = Basemap(llcrnrlon=0.5, llcrnrlat=44.8, urcrnrlon=2.8, urcrnrlat=46.5, projection='lcc', lat_1=45.89891889,lat_2=47.69601444,lon_0=2.33722917)). thanks Le Vendredi 20 Avril 2007 13:11, Jeff Whitaker a écrit : > Lionel Roubeyrie wrote: > &g

[Matplotlib-users] grd file

2007-04-20 Thread Lionel Roubeyrie
hi all, is there a way to plot (contourf) a .grd file from GMT directly with Basemap? I have a problem with contourf because I can't reshape to 2D the Z values ,x and y are in Lambert projection, so I can't compute the shape :-( thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] Chagé d

Re: [Matplotlib-users] Basemap 3D

2007-04-13 Thread Lionel Roubeyrie
Hi Jeff, I want to display some pollutants concentrations saved in shapefiles on maps displayed in 3D. You can have a look of what I need here: http://rockware.com/catalog/pages/arcgis3dfeat1.html, in the last image. Le Jeudi 12 Avril 2007 16:40, Jeff Whitaker a écrit : > Lionel Roubeyrie wr

[Matplotlib-users] Basemap 3D

2007-04-12 Thread Lionel Roubeyrie
Hi all, not sure it's possible, I can't find any example but I ask : is there a way to make some 3D maps with Basemap, like we can do with ArcScene (ESRI), mixing rasters or shapefiles with TINs? If no, do you know a way to do so with python? Thanks -- Lionel Roubeyrie - [EMAIL

Re: [Matplotlib-users] PDF and accentued characters

2007-02-27 Thread Lionel Roubeyrie
Thanks for the tips Nicolas, I'm going to switch to SVN and try your patch. Le Lundi 26 Février 2007 19:33, Nicolas Grilly a écrit : > On 2/26/07, Lionel Roubeyrie <[EMAIL PROTECTED]> wrote: > > I just want to set xlabels with : > > MOIS=['janvier', > >

Re: [Matplotlib-users] PDF and accentued characters

2007-02-27 Thread Lionel Roubeyrie
. Seppänen a écrit : > Lionel Roubeyrie <[EMAIL PROTECTED]> writes: > > Fonts are BitStream VeraSans-Roman, TrueType. > > Then this is not the usual font problem where fonts get converted > either into Type 3 or into raw drawing commands. Can you put example > files (both eps and

Re: [Matplotlib-users] PDF and accentued characters

2007-02-26 Thread Lionel Roubeyrie
resulting in 'f?vrier' and 'd?cembre' in the pdf file. Le Lundi 26 Février 2007 17:01, Nicolas Grilly a écrit : > Hello Lionel, > > On 2/26/07, Lionel Roubeyrie <[EMAIL PROTECTED]> wrote: > > sorry to resend this problem, I didn't have any response and

Re: [Matplotlib-users] PDF and accentued characters

2007-02-26 Thread Lionel Roubeyrie
and what are their names? -- Lionel Roubeyrie - [EMAIL PROTECTED] Chagé d'études et de maintenance LIMAIR - la Surveillance de l'Air en Limousin http://www.limair.asso.fr - Take Surveys. Earn Cash. In

Re: [Matplotlib-users] PDF and accentued characters

2007-02-26 Thread Lionel Roubeyrie
Le Lundi 26 Février 2007 14:20, Darren Dale a écrit : > What are you using to do the conversion? epstopdf should maintain the > integrity of the fonts. epstopdf should maintain... but not, it doesn't do that! -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.lim

Re: [Matplotlib-users] PDF and accentued characters

2007-02-26 Thread Lionel Roubeyrie
onts are not well rendered, and I need very high quality results for our publisher. -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge

[Matplotlib-users] PDF and accentued characters

2007-02-26 Thread Lionel Roubeyrie
Hi, sorry to resend this problem, I didn't have any response and the problem always exists, all accentued characters are set to "?" when I save figures in pdf format. Does someone have a solution to that? MPL 0.87.7 on Edgy Eft thanks -- Lionel Roubeyrie - [EMAIL PROTECT

Re: [Matplotlib-users] windrose 0.5

2007-02-01 Thread Lionel Roubeyrie
case that all of them might, in fact, be null). > > Thanks! > Derek -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Using Tomcat but need to do more? Need to support web services, sec

[Matplotlib-users] accentued characters error, superscript error

2007-01-26 Thread Lionel Roubeyrie
Hi, using Agg, there's problems exporting plots in pdf format, all accentued characters are not displayed (like u'accentué'), but they are in svg files. In svg files, superscript characters are set to subscript (using TeX notation). Is there solutions to these problems? tha

[Matplotlib-users] box and ticks

2007-01-23 Thread Lionel Roubeyrie
Hi, How can we remove only top and right lines of a plot, box(on=False) removes all. Same question for top and right ticks? thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys

[Matplotlib-users] bug on bar?

2007-01-16 Thread Lionel Roubeyrie
|remi|[18]>bar(years,maxis,align='center') gives the figure in the sc.png. But if we happend one data in years and in maxis, xticks are good! Is it a bug? PS:mpl version 0.87.7. -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr sc.pn

Re: [Matplotlib-users] text in axis coords

2007-01-09 Thread Lionel Roubeyrie
Arg, sorry, stupid question, I didn't use valid limits. Le Mardi 09 Janvier 2007 12:32, Lionel Roubeyrie a écrit : > Hi all, > I need to set texts on figures in axis coords, not data coords. > Following "text" doc, transform=ax.transAxes seems not working : > ##

[Matplotlib-users] text in axis coords

2007-01-09 Thread Lionel Roubeyrie
33]: |~|[34]>text( 1.0, 1.0, 'text2', transform=ax.transAxes, color='b' ) Out [34]: ## gives figure in the attached picture. Text2 must be out of figure, not here! An idea? thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR

[Matplotlib-users] MPL compliant

2007-01-05 Thread Lionel Roubeyrie
','N-E','N','N-W','W','S-W','S','S-E'], frac=1.2, weight='bold' ) ### -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr wr.png Description: PNG image ---

Re: [Matplotlib-users] text against colorbar

2006-12-19 Thread Lionel Roubeyrie
Arg, I hoped that you would not say that :-) Le Mardi 19 Décembre 2006 16:39, Jeff Whitaker a écrit : > Lionel Roubeyrie wrote: > > Hi all, > > I don't find any doc on this point, then I post my question here: is it > > possible to set texts with a colorbar, like a legen

[Matplotlib-users] text against colorbar

2006-12-19 Thread Lionel Roubeyrie
Hi all, I don't find any doc on this point, then I post my question here: is it possible to set texts with a colorbar, like a legend? You can have a look of what I want here: http://www.limair.asso.fr/previsions2/index.php (just click "OK") thanks -- Lionel Roubeyrie - [EMAIL PR

Re: [Matplotlib-users] windrose 0.5

2006-10-26 Thread Lionel Roubeyrie
be in 0.6. Le jeudi 26 octobre 2006 08:34, Derek Hohls a écrit : > Lionel > > Is it possible to change the font sizes on the > (a) direction labels (N, S, E, W) > (b) % values labelling the rings? > > Thanks > Derek -- Lionel Roubeyrie - [EMAIL PROTECTED] LIM

[Matplotlib-users] windrose 0.5

2006-10-18 Thread Lionel Roubeyrie
for all the good work! > Derek >PS Does anyone else using this program get the strange "[" and "]" >signs around the data ranges in the legend - how can this be turned off? You're the first saying you use it :-) Maybe differents progs versions. I use: |data

Re: [Matplotlib-users] windrose 0.3

2006-10-13 Thread Lionel Roubeyrie
Le vendredi 13 octobre 2006 08:26, Derek a écrit : > Lionel Roubeyrie <[EMAIL PROTECTED]> writes: > > Hi all, > > continuing on the windroses, here the third version of windrose.py, with > > two others styles (line and bar2 (is it what you want Derek?)). I want to &g

[Matplotlib-users] windrose 0.2

2006-10-09 Thread Lionel Roubeyrie
. Usage: import windrose freq,ax=windrose.windplot(speed_array,direction_array,counts=False,speed_classes=[1,2,3,4,5],sectors=18,style='bar') Hope someones use it :-) PS: Sorry if my english is bad -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr windrose.py D

[Matplotlib-users] losing rgrids

2006-10-09 Thread Lionel Roubeyrie
to make a draw() (and rgrids labels go away :-( ). -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and y

Re: [Matplotlib-users] legend orientation

2006-09-26 Thread Lionel Roubeyrie
ut with your example or with my datas, the legend doesn't have a line beside the text, just the space for it. If I use linestyle='o', the marked is drawn. -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr -

Re: [Matplotlib-users] legend orientation

2006-09-26 Thread Lionel Roubeyrie
a line in the legend, just markers? -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

[Matplotlib-users] legend orientation

2006-09-26 Thread Lionel Roubeyrie
nd, I just have text. thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chan

[Matplotlib-users] masked arrays on objects arrays doesn't plot

2006-09-20 Thread Lionel Roubeyrie
list() ,1.e-20)) works perfectly. Do I do something wrong? thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's

[Matplotlib-users] datestr2num problem

2006-09-19 Thread Lionel Roubeyrie
24/02/2006, 25/02/2006, 26/02/2006, 27/02/2006, 28/02/2006, 03/01/2006], dtype='|S10') -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr - Take Surveys. Earn Cash. Influence t

[Matplotlib-users] datas formatting

2006-09-07 Thread Lionel Roubeyrie
there a convenient way to load all my datas with matplotlib, have some facililty like with R, like calling datas by their name, and automatically setting the rights units directly in plots? -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr

Re: [Matplotlib-users] basemap plots

2006-07-18 Thread Lionel Roubeyrie
HI, how do you set the arrows on the bottom and the top of your colorbar? I don't find any option for that? Thanks Le Vendredi 07 Juillet 2006 10:11, [EMAIL PROTECTED] a écrit : > On Friday 07 July 2006 4:11 pm, Lionel Roubeyrie wrote: > > Hi all, > > Is it possible to impor

Re: [Matplotlib-users] basemap plots

2006-07-07 Thread Lionel Roubeyrie
Arg, sorry, I have found the response by myself, I just have to use figure.add_subplot to fix it. Le Vendredi 07 Juillet 2006 15:14, Lionel Roubeyrie a écrit : > Hi Jeff, > thanks for the hint, I just need to import one personal GMT file maked a > time ago and used in a plotting project

Re: [Matplotlib-users] basemap plots

2006-07-07 Thread Lionel Roubeyrie
map with contours and under it an histogram of values, I can't set the colorbar else I loose the map. I think I have a problem with axes but I'm not very familar with subplotting. Have you an idea of how can I do that? Le Vendredi 07 Juillet 2006 13:53, Jeff Whitaker a écrit : > Lio

Re: [Matplotlib-users] basemap plots

2006-07-07 Thread Lionel Roubeyrie
Work very fine here, thanks for the links. Le Vendredi 07 Juillet 2006 10:11, [EMAIL PROTECTED] a écrit : > On Friday 07 July 2006 4:11 pm, Lionel Roubeyrie wrote: > > Hi all, > > Is it possible to import colormap file from GMT (.cpt) to basemap? > > If yes how can we do that

[Matplotlib-users] basemap plots

2006-07-07 Thread Lionel Roubeyrie
Hi all, Is it possible to import colormap file from GMT (.cpt) to basemap? If yes how can we do that? Thanks -- Lionel Roubeyrie - [EMAIL PROTECTED] LIMAIR http://www.limair.asso.fr Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre