Skip to content

Commit

Permalink
point graph
Browse files Browse the repository at this point in the history
  • Loading branch information
phattd15 committed Nov 14, 2021
1 parent 05c65d3 commit d77c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def make_graph(handle, y):
plt.axhspan(cp[i], cp[i + 1], color=cl[i])

plt.title(handle + "'s rating progress chart")
plt.plot(x, y, color="#ffffff")
plt.plot(x, y, marker="o", color="#ffffff")
imgdata = StringIO()
fig.savefig(imgdata, format="svg")
# imgdata.seek(0)
Expand Down

0 comments on commit d77c522

Please sign in to comment.