Thiloid commited on
Commit
e630891
·
verified ·
1 Parent(s): d3f01f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -173,6 +173,7 @@ if uploaded_file is not None:
173
  ax.set_ylabel('Statements')
174
  ax.set_title('Valuation by Statement')
175
  ax.set_xticks(y_ticks) # Set y-ticks dynamically based on condition
 
176
  ax.set_xticklabels(y_tick_labels)
177
  plt.xticks(rotation=45)
178
  ax.grid(True)
@@ -202,6 +203,7 @@ if uploaded_file is not None:
202
  ax.set_ylabel('Statements')
203
  ax.set_title('Valuation by Statement')
204
  ax.set_xticks(y_ticks) # Set y-ticks dynamically based on condition
 
205
  ax.set_xticklabels(y_tick_labels)
206
  plt.xticks(rotation=45)
207
  ax.grid(True)
 
173
  ax.set_ylabel('Statements')
174
  ax.set_title('Valuation by Statement')
175
  ax.set_xticks(y_ticks) # Set y-ticks dynamically based on condition
176
+ ax.tick_params(axis='y', labelsize=14)
177
  ax.set_xticklabels(y_tick_labels)
178
  plt.xticks(rotation=45)
179
  ax.grid(True)
 
203
  ax.set_ylabel('Statements')
204
  ax.set_title('Valuation by Statement')
205
  ax.set_xticks(y_ticks) # Set y-ticks dynamically based on condition
206
+ ax.tick_params(axis='y', labelsize=14)
207
  ax.set_xticklabels(y_tick_labels)
208
  plt.xticks(rotation=45)
209
  ax.grid(True)