plot v06 update
This commit is contained in:
parent
e60bee76dd
commit
930d662740
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue