Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -283,7 +283,7 @@ def _criar_grafico_correlacao(modelos_sm):
|
|
| 283 |
y=corr.index,
|
| 284 |
text=text,
|
| 285 |
texttemplate="%{text}",
|
| 286 |
-
textfont=dict(size=
|
| 287 |
zmin=-1, zmax=1,
|
| 288 |
colorscale='RdBu',
|
| 289 |
reversescale=True,
|
|
@@ -295,7 +295,7 @@ def _criar_grafico_correlacao(modelos_sm):
|
|
| 295 |
height=600,
|
| 296 |
template='plotly_white',
|
| 297 |
xaxis=dict(tickangle=45, showgrid=False),
|
| 298 |
-
yaxis=dict(autorange='reversed', showgrid=
|
| 299 |
)
|
| 300 |
|
| 301 |
return fig
|
|
|
|
| 283 |
y=corr.index,
|
| 284 |
text=text,
|
| 285 |
texttemplate="%{text}",
|
| 286 |
+
textfont=dict(size=10),
|
| 287 |
zmin=-1, zmax=1,
|
| 288 |
colorscale='RdBu',
|
| 289 |
reversescale=True,
|
|
|
|
| 295 |
height=600,
|
| 296 |
template='plotly_white',
|
| 297 |
xaxis=dict(tickangle=45, showgrid=False),
|
| 298 |
+
yaxis=dict(autorange='reversed', showgrid=True)
|
| 299 |
)
|
| 300 |
|
| 301 |
return fig
|