Python IPC with matplotlib
问题 Project description: Connect existing "C" program (main control) to Python GUI/Widget. For this I'm using a FIFO. The C program is designed look at frame based telemetry. The Python GUI performs two functions: Runs/creates plots (probably created through matplotlib) via GUI widget as the user desires (individual .py files, scripts written by different users) Relays the frame number to the python plotting scripts after they have been created so they can "update" themselves after being given