cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

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.