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
- Follow-Ups:
- Re: DateListPlot & Locator
- From: Ulrich Arndt <ulrich.arndt@data2knowledge.de>
- Re: DateListPlot & Locator
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: DateListPlot & Locator