Hi,
Please note that the function of plotting Y-Error for plotxy is available since Origin 8.5.1. So, please make sure that you are using Origin 8.5.1 or higher version.
If there are more than one layers in the graph template, you can firstly create the graph using this template, and then add the plot to the specified layer. For example:
range r1 = col(1); // column 1
range r2 = col(2); // column 2
range r3 = col(3); // column 3
win -t p MyTemplate; // create a graph window using the template
plotxy iy:=(r1, r2, r3) ogl:=2; // plot XYError to the second layer
Penn