clean up some templates

This commit is contained in:
Ross
2020-12-27 10:33:39 +00:00
parent 82c712d919
commit 57b05da029
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ def exam_scores_cid(request, pk):
mode = "No unique mode"
df = user_scores_list
fig = px.histogram(df, x=0, title="Distribution of scores", labels={0: "Score"})
fig = px.histogram(df, x=0, title="Distribution of scores", labels={"0": "Score"}, height=400, width=600)
fig_html = fig.to_html()
total = len(questions)