Pyplot either freezes or does not show in interactive mode
问题 I am making a script that fetches data every minute and then tries to show that in a matplotlib pyplot. I have three main files: control_cycle.py to control the loop and interact with other functions, api_connect.py(ac) to communicate with server and fetch data and graph_stock.py (gs) with a function to graph the data. So it is important that all time control and waiting is controller by control_cycle.py. However I just can't get the plotting to function properly. I have tried over a dozen