Spaces:
Runtime error
Runtime error
bug fix
Browse files
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(
|
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 |
|