MathGroup Archive 2009

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

Search the Archive

DateListPlot & Locator

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103666] DateListPlot & Locator
  • From: Ulrich Arndt <ulrich.arndt at data2knowledge.de>
  • Date: Thu, 1 Oct 2009 07:33:29 -0400 (EDT)

Hi all,

I am working with mathematica 7 - just started...
Is it possible to use Locator with DateListPlot?

dl = {DatePlus[#], RandomInteger[{1, 40}]} & /@ (Range[12] * -1)
Manipulate[
  DateListPlot[dl, Joined -> True],
  Dynamic[p1],
  {{p1, dl[[4]]}, Locator}]

is at least not doing what I expected.
The varibale p1 is set correctly but not placed correctly and if you  
move the locator p1[[1]] is changed from a date to a real...

Kind regards Ulrich




  • Prev by Date: Re: How to Â
  • Next by Date: Re: How to store data files in packages
  • Previous by thread: Re: How to Â
  • Next by thread: Re: DateListPlot & Locator