add spaces between the bars of the histogram

This commit is contained in:
Mylloon 2021-11-30 22:28:46 +01:00
parent c4a1152015
commit 6b97f224fb

View file

@ -829,7 +829,7 @@ class GesMag:
histogramme.create_rectangle(ecart, 180, ecart + 15, hauteur - 20 if hauteur < 180 else 178, fill=couleurs.pop())
# Affichage du montant
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.grid()