tx3bas commited on
Commit
7522056
·
verified ·
1 Parent(s): 1f864f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ else:
90
  yaxis_title=y_label,
91
  plot_bgcolor="white",
92
  hovermode="x unified",
93
- width=500, # Ajustar el ancho del gráfico
94
  height=400, # Ajustar la altura del gráfico
95
  margin=dict(l=40, r=40, t=80, b=40), # Aumentar margen superior
96
  xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),
 
90
  yaxis_title=y_label,
91
  plot_bgcolor="white",
92
  hovermode="x unified",
93
+ width=550, # Ajustar el ancho del gráfico
94
  height=400, # Ajustar la altura del gráfico
95
  margin=dict(l=40, r=40, t=80, b=40), # Aumentar margen superior
96
  xaxis=dict(showgrid=True, zeroline=True, gridcolor='rgba(211,211,211,0.5)', zerolinecolor='rgba(128,128,128,0.5)'),