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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
AvgSquare646
Level I

JMP selection shape -- Want a circle/oval instead of rectangle

This seems like a simple but important feature -- how can I change my select shape to an oval instead of rectangle?  I know there is the lasso tool, but i want it restricted to an oval.

4 REPLIES 4
txnelson
Super User

Re: JMP selection shape -- Want a circle/oval instead of rectangle

I am not aware of a Circle/Oval selection tool

Jim
Craige_Hales
Super User

Re: JMP selection shape -- Want a circle/oval instead of rectangle

Take a look at KDTable Cloud . Not as simple as a builtin tool, but if you really need it, will suggest a way to make it work.

It is also a great wish list item.

Craige
ian_jmp
Level X

Re: JMP selection shape -- Want a circle/oval instead of rectangle

FWIW, I think it wouldn't be too hard to define such a selection tool by adding a graphics script that uses 'DragRect()' which inscribes an ellipse in the rectangle and selects all interior points.

ian_jmp
Level X

Re: JMP selection shape -- Want a circle/oval instead of rectangle

Here's the general idea:

Screenshot 2022-02-14 at 16.43.24.png

Recommended Articles