Skip to content

Commit

Permalink
fix example (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsmia1939 committed Nov 14, 2022
1 parent e3ac146 commit b42c9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_reader_cellpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
print(summary.head())

fig, ax = plt.subplots(1, 1)
ax.plot(summary["Cycle_Index"], summary["Cumulated_Coulombic_Difference(mAh/g)"])
ax.plot(summary.index, summary["cumulated_coulombic_difference_u_mAh_g"])
plt.show()

0 comments on commit b42c9a9

Please sign in to comment.