histlearn commited on
Commit
6fb5c26
·
verified ·
1 Parent(s): 545600c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -155,7 +155,6 @@ class ReportGenerator:
155
 
156
  def setup_plot_style(self):
157
  """Configura o estilo padrão dos gráficos."""
158
- plt.style.use('seaborn')
159
  plt.rcParams['figure.figsize'] = [15, 10]
160
  plt.rcParams['font.size'] = 11
161
  plt.rcParams['axes.titlesize'] = 14
 
155
 
156
  def setup_plot_style(self):
157
  """Configura o estilo padrão dos gráficos."""
 
158
  plt.rcParams['figure.figsize'] = [15, 10]
159
  plt.rcParams['font.size'] = 11
160
  plt.rcParams['axes.titlesize'] = 14