For the latest version of JMP Help, visit JMP.com/help.

To use the animation feature, from the red triangle menu next to Data Filter, select Animation. Then select the variable that you want to animate. The highlighted frame around the variable indicates which variable is selected for animation.
Figure 9.13 Animation Control Panel in the Data Filter
The Animation Control panel (Figure 9.13) contains the following controls:
The square button () hides the Animation Control section on the Data Filter window. Select Animation from the menu on the Data Filter title bar again to see the Animation Control.
1.
Select Help > Sample Data Library and open Big Class.jmp.
2.
Select Rows > Data Filter.
3.
Select age, sex, and height and click Add.
7.
From the red triangle menu next to Data Filter, select Save Where Clause > To Script Window.
Select Where(
(:age == 12 | :age == 14) & :sex == "F" & (:height >= 56 & :height <= 60)
);

Help created on 3/19/2020