Multiple Fits Within a Graph
Hey guys, I am trying to visually represent trends in many groups of sets of data as efficiently as possible. My thoughts were to use an XY bivariate and draw splines through points, as shown below. I did this one by drawing/editing splines one data set at a time using the row filter, but this is very time consuming over a large data set and I can't figure out how to automate it into a script. ...
hellind