nesticot commited on
Commit
40f2cf5
1 Parent(s): ddc735d

Update pitch_summary_functions.py

Browse files
Files changed (1) hide show
  1. pitch_summary_functions.py +1 -1
pitch_summary_functions.py CHANGED
@@ -783,7 +783,7 @@ def table_summary(df,
783
  table.set_fontsize(min_font_size)
784
  table.scale(1, 0.5)
785
 
786
- min_font_size = 20
787
  # Set font size for values
788
  # Adjust the font size as needed
789
  for i in range(len(plot_table)+1):
 
783
  table.set_fontsize(min_font_size)
784
  table.scale(1, 0.5)
785
 
786
+ min_font_size = 18
787
  # Set font size for values
788
  # Adjust the font size as needed
789
  for i in range(len(plot_table)+1):