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}]
- Follow-Ups:
- Re: Re: Dynamically create array and display data
- From: Tuhina Singh <tuhina.singh@rmilindia.com>
- Re: Re: Dynamically create array and display data