User Portlet User Portlet

Markus van
Discussions
Hi Jan, the MorphologicalGraph algorithm was developed and implemented by me four years ago. I am not aware of any preexisting or established algorithms to refer to, nor a publication with respect to this matter. You can find an unambiguous...
Have a look at the TrackedSymbols Option for Dynamic. This code should do what you want:[mcode]DynamicModule[{imx = 400, imy = Automatic, pos = 0},   {Graphics[{Circle[]},    Epilog -> Dynamic[pos = First[MousePosition[{"Graphics", Graphics}, {True,...