PyThermostat: Clean plot

This commit is contained in:
atse 2025-01-06 16:05:18 +08:00
parent 8db4867ebf
commit 6e7d2ebfbb

View File

@ -1,8 +1,7 @@
import time import time
import numpy as np from threading import Thread, Lock
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import matplotlib.animation as animation import matplotlib.animation as animation
from threading import Thread, Lock
from pythermostat.client import Client from pythermostat.client import Client