Bivariate line style looping
Hi allI am trying to create a bivariate plot with group that needs different line styles. However, the group is varying depending on the given data. Here's a sample data, where it is grouped according to their occupation. How can I create a loop inside my function to create line style? biv = Bivariate( Y( :weight ), X( :height ),
Group By( :occupation ), << Fit Li
...