Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
inventario
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Luis Gordillo Ruiz
inventario
Commits
119af8fb
Commit
119af8fb
authored
Jun 04, 2025
by
Jose Luis Gordillo Ruiz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gráfica pie de desempeño (cantidad de etapas concluidas)
parent
f9500f9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
dinamyc.py
+4
-2
No files found.
dinamyc.py
View file @
119af8fb
...
...
@@ -77,8 +77,8 @@ secuencias["NSecs"] = secuencias.count(axis=1)
# grafica estática de
visitas/secuenciaciones
scat
=
px
.
scatter
(
data
,
x
=
"NDias_glucosa"
,
y
=
"Comidas_Aisladas"
,
size
=
"AUCs_glucosa"
)
# grafica estática de
desempeño de reclutados.
desempenio
=
px
.
pie
(
reclutados
,
names
=
"finished_periods"
,
title
=
"Etapas terminadas por la población reclutada"
,
labels
=
{
'finished_periods'
:
'Etapas concluidas'
}
)
vis_sec
=
{
"data"
:
[
{
...
...
@@ -121,6 +121,8 @@ app.layout = html.Div(children=[
html
.
P
(
children
=
(
str
(
Total_incluidos
)
+
" están incluidos en el análisis."
),
className
=
"header-description"
),
],
className
=
"header"
,),
html
.
Div
(
children
=
[
html
.
H1
(
"Desempeño de la población reclutada"
,
className
=
"header-title2"
)]),
html
.
Div
(
children
=
[
dcc
.
Graph
(
figure
=
desempenio
)]),
# cobertura por fuente de datos
html
.
Div
(
children
=
[
html
.
H1
(
"Cobertura de pacientes por fuente de datos"
,
className
=
"header-title2"
)
]),
# dos columnas: controles y gráfica de pacientes por fuente de datos
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment