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
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
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
--
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
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
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
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