Bad graph if Managing Layers with newpanel XF


Version: 2025b SR1

Type: Bug Fixes

Category: Programming

Subcategory: LabTalk

Jira: ORG-31475


newbook;	
path$ = system.path.program$ + "Samples\Graphing\";
fname$ = path$ + "waterfall2.dat";
impasc;
string bkname$=%H;
newpanel 2 2;
// Plot the data 
for (ii=2; ii<6; ii++)
{
	plotxy iy:=[bkname$]1!wcol(ii) plot:=200 ogl:=$(ii-1);
}

==> The axes and other graph objects in 1st layer is different from others

Fixed in Origin2025b SR1