cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Thierry_S
Super User

Graph Builder > Multiple Frame Plots > Retrieve Number of Frames for JSL scripting?

Hi JMP Community,

Is there a command to retrieve the number of frames in a multi-frame plot in Graph Builder? I tried the "Get N Frame" command but that's not it, it seems to be only for images (GIF).

Thanks for your help.

Best,

TS

Thierry R. Sornasse
1 ACCEPTED SOLUTION

Accepted Solutions
ms
Super User (Alumni) ms
Super User (Alumni)

Re: Graph Builder > Multiple Frame Plots > Retrieve Number of Frames for JSL scripting?

You could try with Xpath().

n_frames = N Items(Current Report() << xpath("//FrameBox"));

View solution in original post

1 REPLY 1
ms
Super User (Alumni) ms
Super User (Alumni)

Re: Graph Builder > Multiple Frame Plots > Retrieve Number of Frames for JSL scripting?

You could try with Xpath().

n_frames = N Items(Current Report() << xpath("//FrameBox"));