Hello,
I wrote a script that performs a plot with some specific formatting. Everything looks great with this plot. I want to cycle through the columns and create this plot for several different columns. I can do that no problem. The issue is that I end up with a lot of plots after running this script, and sometimes I just want to open one of these plots.
Here is my idea. I would like to save each plot to the data table when it is generated in the original script. I know of the ‘Save Script to Data Table’ option for things like the Graph Builder, but with so many plots, this becomes tedious to save and name each one to the data table after running my master script. My question is: is there a programmatic equivalent to ‘Save Script to Data Table’?
Thanks in advance for the help!