cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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.