SlowPlot Command

SlowPlot( <Function> )

Creates an animated graph of the given function, that is plotted from left to right. The animation is controlled by a slider, which is also created by this command.

SlowPlot( <Function >, <Boolean Repeat >)

Creates an animated graph of the given function, that is plotted from left to right. The animation is controlled by a slider, which is also created by this command: if Repeat is false, the graph is plotted only once - corresponding to the slider setting Increasing (once), if Repeat is true or omitted, the graph is plotted continuously - corresponding to the slider setting Increasing.