[Matplotlib-users] py2exe problem with matplotlib

2006-07-24 Thread leau2001
Hi all, I write a little python program with some lib as :Tkinter, matplotlib etc... Citation: from Tkinter import * import marshal import win32clipboard as w import win32con,re import string import time import MySQLdb from pylab import * import os from ftplib import FTP Now i want to make an

Re: [Matplotlib-users] x axis looks [resolve]

2006-06-08 Thread leau2001
i succed, just do this : labels = getp(gca(), 'xticklabels') setp(labels, 'rotation', 45,'horizontalalignment', 'right', fontsize=8) that's all ;) ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net

[Matplotlib-users] x axis looks

2006-06-08 Thread leau2001
i want to have this x axe look, not with date, but with any words, i don't find how i can do this Thx ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users

[Matplotlib-users] ZeroDivisionError: float division [resolve]

2006-06-08 Thread leau2001
No problem with the last version ;) thx Developpers ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users

[Matplotlib-users] ZeroDivisionError: float division

2006-06-08 Thread leau2001
Iv got an error , when all the value in the list is the same, " b=points[a+1]-points[a]"=0 then "list_progre"=[0,0,0,0,0,0,0] and then : "progres=plot(dt_date, list_progre, '')" made me an error : "var = dv/max(abs(vmin), abs(vmax)) ZeroDivisionError: float division" what can i do to stop this er

[Matplotlib-users] How to close a figure ?

2006-06-06 Thread leau2001
I made some figure in a loop and i want to close after the figure show. thx lo ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users

[Matplotlib-users] Hello, i ve a problem with plot_date and need help thx

2006-06-05 Thread leau2001
Hi, i try to use the plot_date function and i have some problems, is anybody can help me My program : First to show it's ok to run if i just used the only plot function > from pylab import * > import marshal > import time > import string > > lst_date=[] > points=[] > belos=[['2', '2', '2', '2',

[Matplotlib-users] Hello, i ve a problem with plot_date and need help thx

2006-05-31 Thread leau2001
Hi, i try to use the plot_date function and i have some problems, is anybody can help me My program : First to show it's ok to run if i just used the only plot function from pylab import * import marshal import time import string lst_date=[] points=[] belos=[['2', '2', '2', '2', '2', '2', '