Update plot.py
This commit is contained in:
parent
6e7d740463
commit
c84935dd0f
2
plot.py
2
plot.py
@ -11,7 +11,7 @@ for line in f:
|
|||||||
|
|
||||||
build_numbers = np.arange(1, len(accuracy) + 1)
|
build_numbers = np.arange(1, len(accuracy) + 1)
|
||||||
|
|
||||||
plt.plot(accuracy, build_numbers, marker='o', linestyle='-', color='b')
|
plt.plot(build_numbers, accuracy, marker='o', linestyle='-', color='b')
|
||||||
plt.xlabel('Build Number')
|
plt.xlabel('Build Number')
|
||||||
plt.ylabel('Accuracy')
|
plt.ylabel('Accuracy')
|
||||||
plt.title('Accuracy Plot')
|
plt.title('Accuracy Plot')
|
||||||
|
Loading…
Reference in New Issue
Block a user