CS50 Final Project Recording 2024 12 02 184049
ฝัง
- เผยแพร่เมื่อ 13 ธ.ค. 2024
- Project written to live-display data from a continuously written CSV, with a dynamic scaling summary graph. Aim is to display live data alongside condensed/archived data, keeping pace with 1 msec data creation in the display - without using matplotlib-animate (which does not run in many virtual environments, including the CS50 environment). The condensed data keeps the graph routine "lite" in anticipation of viewing files that generate at a 1 msec pace for a month or so. I took CS50 to learn how to do this idea for work.