Modification de l'échelle des graphs

darcs-hash:20061012062424-9e428-58626bef09e5b9a21624cedf606432f2b244b513.gz
This commit is contained in:
bobot 2006-10-12 08:24:24 +02:00
parent 25692f5884
commit 6de66ae16c

View file

@ -9,7 +9,7 @@ import hptools
dico_courbes_gen = {
'car' : {'titre' : "Etat des cartouches",
'lower-limit' : 0,
'upper-limit' : 60000,
'upper-limit' : 30000,
'dico' : {
'car_bla' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.1.0","Cartouche noir","000000"),
'car_cya' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.2.0","Cartouche cyan","00ffff"),
@ -18,7 +18,7 @@ dico_courbes_gen = {
}},
'tam' : {'titre' : "Etat des tambours",
'lower-limit' : 0,
'upper-limit' : 60000,
'upper-limit' : 40000,
'dico' : {
'tam_bla' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.5.0","Tambour d'imagerie noir","000000"),
'tam_cya' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.6.0","Tambour d'imagerie cyan","00ffff"),