cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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"));

Recommended Articles