How do I combine 2 graphs into 1 PNG?
I have these two graphs that I'm saving as seperatly as PNG, but would like to save both graphs as one image. Is that possible?
I'm using version 18.0.1.
gb1 = Graph Builder(
Size(879, 689),
Show Control Panel(0),
Grid Color("Black"),
Variables(X(:SiteX), Y(:SiteY), Wrap(:Wafer), Color(:BDO_P1P2)),
Elements(Heatmap(X, Y, Legend(44), Label("Label by Value"))),
Local Data Filter(Close Outl
...