New Merges Graphs to Layout


Version: 2021b

Type: Features

Category: Graphing

Subcategory: General

Jira: ORG-23325


Stitch multiple graphs into layout with page size kept for graph export or copy it as picture to other applications.

  1. You can still access to old tool with labtalk script(g2layout -d)

  2. mg2layout X-Function example:

doc -s;doc -n;
for(ii=0;ii<=5;ii++)
{
run.section(Standard,NewGraph);
}
mg2layout option:=folder col:=6 row:=1  xgap:=10;