The locator tag has no wiki summary.
7
votes
1answer
88 views
Locator Appearance
I am using LocatorPane with LocatorAutoCreate -> True. I would like to have the appearance of each new locator be different. ...
4
votes
3answers
170 views
How to align dynamic graphics and an image within an Overlay?
I have dynamic graphics over an image but they won't line up, what am I doing wrong?
...
4
votes
2answers
143 views
How to dynamically update Locator[] constraints?
I need to visualize Menelaus' theorem for a triangle with moving locators for each of six points. So the vertexes of the triangle can move in any possible way, and the three points on the sides of the ...
4
votes
1answer
66 views
Using the mouse coordinates to index a matrix
I would like to "write" on to a matrix using the mouse. That is, I would like to use the integer value of Locator coordinates (p) to index a matrix. Then, if the mouse button is down, write a 1 in ...
3
votes
0answers
59 views
Different actions with dragging and clicking points in same graphic
On a graphic (in this example a simple plot), I need two points to move when I drag with the mouse, and these points must move to location {1,1} when I click on them.
This is how I got it to work, ...