Multiple data plot in one graph using Processing

Hi all,
I need to plot multiple analog value in one graph using Processing.

I've searched the forum, the closest one I got for my problem is this Urgent! Create a graph vs. time in processing for multiple values? - Interfacing w/ Software on the Computer - Arduino Forum
but still, I need my data to be plot in one graph, not separated.

I am working with arduino due, my data resolution is 0 - 4095 in float.

FYI, i am really not familiar with Processing so I will ask stupid question on Processing environment. A copy paste solution would be best. :slight_smile:

Appreciate all your help.

If you can get data to Processing, from more than one analog pin, in a meaningful fashion, using that data to plot one curve per value, should be a piece of cake.
No Arduino code + no Processing code = no help.