Skip to content

Commit

Permalink
mod appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshima11 committed Nov 8, 2023
1 parent 1f156d9 commit 933fcc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for:

matrix:
only:
- image: Visual Studio 2019
- image: Previous Visual Studio 2019

after_build:
- 7z a py-ratios-windows.zip %CD%\dist\*.exe
Expand Down
7 changes: 0 additions & 7 deletions py_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ def calcula_ratio(e):
)
fig.add_hline(ratio['ratio'].mean(),)
chart = PlotlyChart(fig, expand=True, )
if(ver_grafico.value==True):
fig.show()

col.controls.pop(5)
grafico = ft.Container(
content=chart,
Expand Down Expand Up @@ -125,10 +122,6 @@ def calcula_ratio(e):
content=boton_calcular,
alignment=ft.alignment.center,
margin=10,
)
ver_grafico = ft.Switch(
label='Ver grafico completo',
value=False,
)
progreso = ft.ProgressBar(
visible=False,
Expand Down

0 comments on commit 933fcc2

Please sign in to comment.