MathGroup Archive 2009

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

Search the Archive

Re: Dynamically create array and display data graphically

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102514] Re: Dynamically create array and display data graphically
  • From: Harutyun <amirjanyan at gmail.com>
  • Date: Wed, 12 Aug 2009 04:33:13 -0400 (EDT)
  • References: <h5r8fv$l9v$1@smc.vnet.net>

as i understand you are looking for something like this

Manipulate[
 DateListPlot[
  Take[Transpose@b, {1, a}, {2, p}],
          {{2009, 7, 8}, Automatic, "Day"},
   Joined -> True], {a, 2, 5, 1}, {p, 2, 35, 1}]


  • Prev by Date: Re: Number of Words in a String
  • Next by Date: Re: Number of Words in a String
  • Previous by thread: Re: Dynamically create array and display data graphically
  • Next by thread: Re: Re: Dynamically create array and display data