2d graph of signals of arduino

Yeah sure, you can check this example on the GitHub repo :

It uses the GPlot.addLayer(...) to add a second layer on top of the graph :

plot1.addLayer("layer 1", points1b);
1 Like