Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 20, 2024
1 parent 6257ab1 commit 6866a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/plot61/Q5.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -306,4 +306,4 @@ def format_decimal(value, tick_number):

print("targetTput:", targetTput)
plt.savefig('./q5-aggregate.png', dpi=300)
plt.close()
plt.close()

0 comments on commit 6866a3f

Please sign in to comment.