plot v06 update

This commit is contained in:
13339479676 2022-02-13 21:10:21 +08:00
parent e60bee76dd
commit 930d662740
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ def createLineChart(frames_y, date_list, time_list):
# -----------作图结束-----------
chart_endTime = time.time() # 作图结束时间
chart_totalTime = chart_endTime - chart_startTime # 作图用时
print(
f'日期-帧数图创建成功!用时:{time_format(chart_totalTime)},已保存在{date_frames_chart_path}总帧数:{sum(frames_y)}')
print(f'日期-帧数图创建成功!用时:{time_format(chart_totalTime)},已保存在{date_frames_chart_path}'
f'总帧数:{sum(frames_y)}')
# csv2chart