gui-sparim commited on
Commit
91dc8a7
·
verified ·
1 Parent(s): 2bd70c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=12),
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=False)
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