Re: Using Nearest on a group of points
- To: mathgroup at smc.vnet.net
 - Subject: [mg117904] Re: Using Nearest on a group of points
 - From: Martin VavpotiÄ <martin.vavpotic at gmail.com>
 - Date: Sun, 3 Apr 2011 06:59:22 -0400 (EDT)
 - References: <im9sk8$g5j$1@smc.vnet.net> <imc952$1ke$1@smc.vnet.net> <in6kg7$2if$1@smc.vnet.net>
 
On 2 apr., 09:50, Martin Vavpoti=C4=8D <martin.vavpo... at gmail.com> wrote:
> The manipulate block is suddenly making some of the frames very large
> as if my animation is composed of two, each of its own size. I tried
> definind imagesize as seen below but it still happens.
>
> Manipulate[Block[{spl = ListLinePlot[Final, PlotRange -> {{-3, 3}, {1,
> 20}}, ImageSize -> Medium]}, Show[spl, Graphics[{Red, PointSize[.
> 02], =C2  =C2  =C2 Point[{Final[[j, 1]], Final[[j, 2]]}]}], PlotLabel -> j]],
> {j, 1,187, 1}]
Bump.