Get number of frame boxes in a graphbuilder plot?
Hi. I'd like to know if there is a good way to get the number of frame boxes in a graphbuilder plot. I have a GB plot that contains 104 FB (8 X-groups, 13 Y-groups). I've written a script to change the marker size for each FB. Summarize(dtstack, frame_lis = By(:Freq, :Image, :Region));
For(i=1, i<=NItems(frame_lis[1]), i++,
Try(
Report(gb) << Dispatch({}, "Graph Builder", FrameBox(i),
...
jay_holavarri