try to inverse x

This commit is contained in:
Sylvestre Ledru
2022-01-23 00:31:33 +01:00
parent ec9dd8610f
commit af9408fcff
+1
View File
@@ -22,6 +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))