small changes

This commit is contained in:
karthikmurakonda 2022-08-09 23:00:21 +05:30
parent bea8ad1d87
commit 3c52007a3b
6 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ for w in width_list:
plt.legend(['width = ' + str(w) for w in width_list], loc='upper left')
plt.xlabel('Probability')
plt.ylabel('Time')
plt.title('Fixed Width')
plt.title('Variable Probability')
plt.savefig('fixed_width.png')
plt.close()

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -29,7 +29,7 @@ for w in width_list:
plt.legend(['width = ' + str(w) for w in width_list], loc='upper left')
plt.xlabel('Probability')
plt.ylabel('Time')
plt.title('Fixed Width')
plt.title('Variable Probability')
plt.savefig('fixed_width.png')
plt.close()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB