fix graph?

This commit is contained in:
Sylvestre Ledru
2022-01-23 10:18:18 +01:00
parent fa0db9da5a
commit e8d36c6911
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 56 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 50 KiB

+1 -1
View File
@@ -22,7 +22,7 @@ df.index = as_list
print(df)
ax = plt.gca()
ax.invert_xaxis()
df.plot(y="total", color="blue", ax=ax)
df.plot(y="fail", color="gray", ax=ax, dashes=(2, 1))
df.plot(y="pass", color="green", ax=ax, dashes=(4, 1))