Skip to content

Commit c7187b6

Browse files
committed
word fix
1 parent 9502f9f commit c7187b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lash/ExtraTools/work.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def analyze(workcsv: str) -> NoReturn:
8181

8282
plt.title('Work time')
8383
plt.xlabel('Date')
84-
plt.ylabel('Time (hours.minutes)')
84+
plt.ylabel('Minutes')
8585

8686
plt.plot(fdf, color='#00ff41', marker='o')
8787
plt.show()

0 commit comments

Comments
 (0)