I'm trying to plot data to one of my templates for a 3D pie chart using the script below. Where col 8 is a categorical list and col9 is the number of items under that category. When I plot this I get a line graph instead of my template. I'm not sure if I'm using the wrong X-function. Thanks!
Looks like the X-function couldn't find the template. Make sure to save the template to the User Files Folder. Otherwise, you need to provide the full path.
Thanks I got the 3D pie to work now I'm trying to do the same only with a browser line graph (BBLINE) see below script. I get the output but instead of being in the browser format with each trace on a separate layer there is no browser window and all the traces are in one layer.
plotxy iy:=[NCONROIData]"Data (ROIs)"!(1,2:end) plot:=230 ogl:=[<new template:=BBLINE>]; Save; type -b;