7 $fn=sprintf "lloyd/fr_%04d.png",$f;
9 # Create a temporary gnuplot file to render the frame
10 open A
,"lloyd_movie.gnuplot";
11 open B
,">temp.gnuplot";
20 # Render the frame using Gnuplot
21 `gnuplot temp.gnuplot`;
24 # Remove temporary file
25 unlink "temp.gnuplot";