add spaces between the bars of the histogram
This commit is contained in:
parent
2edd7511bd
commit
b0e3737f64
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -829,7 +829,7 @@ class GesMag:
|
||||||
histogramme.create_rectangle(ecart, 180, ecart + 15, hauteur - 20 if hauteur < 180 else 178, fill=couleurs.pop())
|
histogramme.create_rectangle(ecart, 180, ecart + 15, hauteur - 20 if hauteur < 180 else 178, fill=couleurs.pop())
|
||||||
# Affichage du montant
|
# Affichage du montant
|
||||||
histogramme.create_text(ecart, 190, anchor='w', text=donnees[date], font=("Arial", 8))
|
histogramme.create_text(ecart, 190, anchor='w', text=donnees[date], font=("Arial", 8))
|
||||||
ecart += 30
|
ecart += 33
|
||||||
|
|
||||||
histogramme = Canvas(frameSuivi, width=270, height=200)
|
histogramme = Canvas(frameSuivi, width=270, height=200)
|
||||||
histogramme.grid()
|
histogramme.grid()
|
||||||
|
|
Reference in a new issue