cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

make Handle in graphics script easier to click

Larger marker for Handle - the handle function makes a tiny square marker which is hard to hit with the mouse. Make it easier to drag a handle without hitting the exact center of the marker.

New Window( "Example",
    exx = 20,
    exy = 50;
    Graph Box(
        Frame Size( 200, 200 ),
        Handle(
            exx,
            exy,
            exx = x;
            exy = y;
        );
        Circle( {0, 0}, Sqrt( exx * exx + exy * exy ) );
    );
);

the bottom edge of the square marker seems out-of-bounds.the bottom edge of the square marker seems out-of-bounds.

2 Comments
kayleewarren
Staff
Status changed to: Acknowledged

@Craige_Hales Thank you for your suggestion! We have captured your request and will take it under consideration.

hogi
Level XIII

Same for Drag Markers!
One can increase the marker size - but little help :  one still needs to drag the Drag Marker at the center.