Dynamically adding distribution plots to a table
I have a table with roughly ~180 columns of data. I'd like to dynamically add a distribution plot (to the table) for each column via a for loop in JSL (with a local data filter specific to each column). Is this possible? What happens in my attempts is all the attached plots are the last value of the for loop. Probably something simple I'm missing. thanks!