Skip to content

Commit

Permalink
eliminar ver grafico
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshima11 committed Nov 9, 2023
1 parent a8f397b commit 6c82b10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def calcula_ratio(e):
)
fig.add_hline(ratio['ratio'].mean(),)
chart = PlotlyChart(fig, expand=True, )
col.controls.pop(5)
col.controls.pop(4)
grafico = ft.Container(
content=chart,
alignment=ft.alignment.center
Expand Down Expand Up @@ -149,7 +149,6 @@ def calcula_ratio(e):
filas_datos,
contenedor_boton_calcular,
progreso,
ver_grafico,
grafico,
],
horizontal_alignment=ft.alignment.center,
Expand Down

0 comments on commit 6c82b10

Please sign in to comment.