cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

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