|
@@ -55,9 +55,9 @@ def plot(process_data, title):
|
|
|
for i in range(len(process_data))])
|
|
for i in range(len(process_data))])
|
|
|
|
|
|
|
|
for tick in ax.xaxis.get_major_ticks():
|
|
for tick in ax.xaxis.get_major_ticks():
|
|
|
- tick.label.set_fontsize(9)
|
|
|
|
|
|
|
+ tick.label.set_fontsize(8)
|
|
|
|
|
|
|
|
- plt.legend()
|
|
|
|
|
|
|
+ plt.legend(loc="best")
|
|
|
|
|
|
|
|
plt.tight_layout()
|
|
plt.tight_layout()
|
|
|
plt.grid()
|
|
plt.grid()
|