Is there a way to transform an existing X-Y plot to X-Y-Y1 plot ( to repopulate)?
I have an X-Y plot and I want to repopulate the same plot with another Y1. Basically to transform the existing X-Y plot to X-Y-Y1 plot. Because I want to automate and add multiple Ys to the same plot I thought initializing an empty int list would do the trick. The following code is my attempt: