Skip to content

Commit 5ea3788

Browse files
committed
Move the legend to the lower left corner
1 parent 2954660 commit 5ea3788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def printAvgBoxChecks():
3434
plt.xlabel("Prisoner ID")
3535
plt.ylabel("Average Checked Boxes")
3636
plt.title("Average Checked Boxes per Prisoner")
37-
plt.legend()
37+
plt.legend(loc='lower left')
3838
plt.show()
3939

4040
def printPctFinds():

0 commit comments

Comments
 (0)