[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