This week I worked on a way for the Raspberry Pi to automatically plot graphs when collecting data from the sensors.
The solution was using Matplotlib, a feature/application within the Raspberry Pi that allows us to code a program that will plot graphs.
So far, only the DHT22 humidity and temperature and SEN0233 PM 2.5 Sensor were successfully plotted graphs with; The graph plotting python programs for the rest of the sensors still need to be worked on.

