Код: Выделить всё
@dataclass
class HourlyReading:
temperature float
pressure int
Код: Выделить всё
stationA_meteorology = []
stationA_meteorology.append(HourlyReading(234,456))
stationA_meteorology.append(HourlyReading(345,345))
stationA_meteorology.append(HourlyReading(234,245))
Подробнее здесь: https://stackoverflow.com/questions/798 ... born-plots
Мобильная версия