|
[Date Index]
[Thread Index]
[Author Index]
Alt+Click has no effect when I use LocatorAutoCreate->True
- To: mathgroup at smc.vnet.net
- Subject: [mg77326] Alt+Click has no effect when I use LocatorAutoCreate->True
- From: Andrew Moylan <andrew.j.moylan at gmail.com>
- Date: Wed, 6 Jun 2007 07:35:45 -0400 (EDT)
When I copy into a blank notebook the first example from the
documentation for LocatorAutoCreate (pasted below), I cannot create
(or remove) locators. Alt+Click has no effect in the resulting pane.
Using LocatorCreateAll->All instead works as expected for creating
locators; but I still cannot delete locators (using Alt+Click). Has
anyone else experienced this problem?
Manipulate[
Graphics[{Line[u]}, PlotRange -> 2], {{u, {{-1, -1}, {1, 1}}},
Locator, LocatorAutoCreate -> True}]
Prev by Date:
Re: Trouble with TraditionalForm in Mathematica 6.0
Next by Date:
Re: Strange behaviour in first example from Plot3D documentation
Previous by thread:
Re: How to show the plot in Module[{}, ]?
Next by thread:
Re: Alt+Click has no effect when I use LocatorAutoCreate->True
|