leuschnm commited on
Commit
e04b57f
·
1 Parent(s): b7eeaa3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def generate_plot(df):
93
  axs[1, 1].set_title('Article Group 4')
94
  #axs[1, 1].set_xticklabels(['Start', 'Mid', 'End'], rotation=45)
95
 
96
- plt.setp(axa.xaxis.get_majorticklabels(), rotation=45)
97
  plt.tight_layout()
98
  return fig, axs
99
 
 
93
  axs[1, 1].set_title('Article Group 4')
94
  #axs[1, 1].set_xticklabels(['Start', 'Mid', 'End'], rotation=45)
95
 
96
+ plt.setp(axs.xaxis.get_majorticklabels(), rotation=45)
97
  plt.tight_layout()
98
  return fig, axs
99