diff --git a/scripts/plot61/Q5.py b/scripts/plot61/Q5.py index c6ef2a9b..7a26e932 100644 --- a/scripts/plot61/Q5.py +++ b/scripts/plot61/Q5.py @@ -199,7 +199,7 @@ def format_decimal(value, tick_number): ax[0].tick_params(axis='y', labelsize=tickSize) # ax[0].set_ylim([10800, targetTput+280]) ax[0].yaxis.set_major_formatter(format_func) -# targetTput = 100000 +targetTput = 118600 ax[0].axhline(y=targetTput, color='green', linestyle='--') # ax[0].set_xlabel("(a) Throughput", fontsize=labelSize) @@ -306,4 +306,4 @@ def format_decimal(value, tick_number): print("targetTput:", targetTput) plt.savefig('./q5-aggregate.png', dpi=300) -plt.close() \ No newline at end of file +plt.close()