small changes
This commit is contained in:
parent
bea8ad1d87
commit
3c52007a3b
|
@ -29,7 +29,7 @@ for w in width_list:
|
||||||
plt.legend(['width = ' + str(w) for w in width_list], loc='upper left')
|
plt.legend(['width = ' + str(w) for w in width_list], loc='upper left')
|
||||||
plt.xlabel('Probability')
|
plt.xlabel('Probability')
|
||||||
plt.ylabel('Time')
|
plt.ylabel('Time')
|
||||||
plt.title('Fixed Width')
|
plt.title('Variable Probability')
|
||||||
plt.savefig('fixed_width.png')
|
plt.savefig('fixed_width.png')
|
||||||
plt.close()
|
plt.close()
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -29,7 +29,7 @@ for w in width_list:
|
||||||
plt.legend(['width = ' + str(w) for w in width_list], loc='upper left')
|
plt.legend(['width = ' + str(w) for w in width_list], loc='upper left')
|
||||||
plt.xlabel('Probability')
|
plt.xlabel('Probability')
|
||||||
plt.ylabel('Time')
|
plt.ylabel('Time')
|
||||||
plt.title('Fixed Width')
|
plt.title('Variable Probability')
|
||||||
plt.savefig('fixed_width.png')
|
plt.savefig('fixed_width.png')
|
||||||
plt.close()
|
plt.close()
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue