Modification de l'échelle des graphs
darcs-hash:20061012062424-9e428-58626bef09e5b9a21624cedf606432f2b244b513.gz
This commit is contained in:
parent
25692f5884
commit
6de66ae16c
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import hptools
|
||||||
dico_courbes_gen = {
|
dico_courbes_gen = {
|
||||||
'car' : {'titre' : "Etat des cartouches",
|
'car' : {'titre' : "Etat des cartouches",
|
||||||
'lower-limit' : 0,
|
'lower-limit' : 0,
|
||||||
'upper-limit' : 60000,
|
'upper-limit' : 30000,
|
||||||
'dico' : {
|
'dico' : {
|
||||||
'car_bla' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.1.0","Cartouche noir","000000"),
|
'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"),
|
'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",
|
'tam' : {'titre' : "Etat des tambours",
|
||||||
'lower-limit' : 0,
|
'lower-limit' : 0,
|
||||||
'upper-limit' : 60000,
|
'upper-limit' : 40000,
|
||||||
'dico' : {
|
'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_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"),
|
'tam_cya' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.6.0","Tambour d'imagerie cyan","00ffff"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue