MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Using Nearest on a group of points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117860] Re: Using Nearest on a group of points
  • From: Martin VavpotiÄ <martin.vavpotic at gmail.com>
  • Date: Sat, 2 Apr 2011 02:40:43 -0500 (EST)
  • References: <im9sk8$g5j$1@smc.vnet.net> <imc952$1ke$1@smc.vnet.net>

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],      Point[{Final[[j, 1]], Final[[j, 2]]}]}], PlotLabel -> j]],
{j, 1,187, 1}]


  • Prev by Date: NetworkFlow example
  • Next by Date: Re: WebMathematica and SVG graphics
  • Previous by thread: Re: NetworkFlow example
  • Next by thread: Re: Using Nearest on a group of points