tx3bas commited on
Commit
6aac1b4
·
verified ·
1 Parent(s): 906f5df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -102,7 +102,8 @@ fig.update_layout(
102
  height=600,
103
  margin=dict(l=60, r=40, t=100, b=40),
104
  bargap=1-bar_width, # Controlar el ancho de la barra con el bargap
105
- font=dict(family="Times New Roman", size=18, color="black")
 
106
  )
107
 
108
  # Mostrar el gráfico
 
102
  height=600,
103
  margin=dict(l=60, r=40, t=100, b=40),
104
  bargap=1-bar_width, # Controlar el ancho de la barra con el bargap
105
+ font=dict(family="Times New Roman", size=18, color="black"),
106
+ legend_title_text='' # Eliminar el texto del título de la leyenda
107
  )
108
 
109
  # Mostrar el gráfico