nesticot commited on
Commit
7ea4826
·
1 Parent(s): 67efef9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -918,7 +918,9 @@ def server(input, output, session):
918
  # font_properties_ticks = FontProperties(family='century gothic', size=12)
919
  # ax5.set_xticklabels(ax5.get_xticks(),fontproperties=font_properties_label)
920
 
921
- plt.xticks(fontname = 'century gothic')
 
 
922
 
923
 
924
 
 
918
  # font_properties_ticks = FontProperties(family='century gothic', size=12)
919
  # ax5.set_xticklabels(ax5.get_xticks(),fontproperties=font_properties_label)
920
 
921
+ #plt.xticks(fontname = 'century gothic')
922
+ for key, cell in table.get_celld().items():
923
+ cell.set_linewidth(0)
924
 
925
 
926