I am reading data from modbus and have an array of data that I need to graph, deepending on the iteration of a for loop I want to direct the data to the right struture and plot it.
What plot should I use, x-axis is time in all cases. Should the array be unbundled first or masked instead?