How to add different data for two lines in one dynamic graph?
Hi,i want to make a oscilloscope to show two data curve.I found the dynamicgraph can add many lines with different color.BUT i can only use the "addDataPoint" fuction to add one data at one time.So I set the two lines the different LineWidth.
Just like this.
These two lines show the same data,becuse the addDataPoint function can just input one variate.
I want to know how can i draw multiple lines that show the different data in one dynamic graph?
