Re: [Matplotlib-users] PDF and accentued characters

2007-02-26 Thread Nicolas Grilly
On 2/26/07, Lionel Roubeyrie <[EMAIL PROTECTED]> wrote: > I just want to set xlabels with : > MOIS=['janvier', > u'février', 'mars', 'avril', 'mai', 'juin', 'juillet', 'aout', > 'septembre', 'octobre', 'novembre', u'décembre'] > resulting in 'f?vrier' and 'd?cembre' in the pdf file. Ok. This is ex

Re: [Matplotlib-users] PDF and accentued characters

2007-02-26 Thread Nicolas Grilly
Hello Lionel, On 2/26/07, Lionel Roubeyrie <[EMAIL PROTECTED]> wrote: > 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

Re: [Matplotlib-users] matplotlib and boa

2007-02-14 Thread Nicolas Grilly
On 2/14/07, Sture Lygren <[EMAIL PROTECTED]> wrote: > Thank's a lot for your informative answer. I've solved the issue now using > WXAgg as backend. WX was way too slow (plotting two graphs with 8000 > datapoints each) Happy to know it have solved your issue :-) NG --

Re: [Matplotlib-users] matplotlib and boa

2007-02-14 Thread Nicolas Grilly
mmand shell or by double clicking on them, rather than from an IDE. If you are interactively generating plots, your best bet is TkAgg from the standard python shell or ipython. Good luck! -- Nicolas Grilly - Take Surveys. Ea

[Matplotlib-users] How to build mpl with MinGW for Python 2.4?

2007-02-01 Thread Nicolas Grilly
type could not be located in the dynamic link libary msvcr71.dll I'm using static dependencies from http://matplotlib.sourceforge.net/win32_static.tar.gz. Thanks for your help, Nicolas -- Garden - Conseil et analyse de données marketing Nicolas Grilly Tel +33 1 45 72 48 78 Mob +3

Re: [Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-11-27 Thread Nicolas Grilly
I'm not sure, but I guess you should make matplotlib.interactive(False) and matplotlib.use('PS') BEFORE importing pylab. Nicolas Grilly On 11/16/06, Emin.shopper Martinian.shopper <[EMAIL PROTECTED]> wrote: > Whenever I try to use matplotlib from a python session inside

[Matplotlib-users] How to draw only left and bottom borders of the frame around a plot?

2006-11-10 Thread Nicolas Grilly
Hello,I'm trying to draw only left and bottom borders of the frame surrounding each plot, like in the attached chart.I've checked matplotlib source code and it seems there is no way to do that with a simple parameter. Do you confirm that? If yes, can I submit a patch for such a "feature"? Thank you