cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

Custom markers

Is it possible to create a custom marker, in particular for use in Graph Builder? 

We'd like to plot each point as a rectangle with a given aspect ratio.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Custom markers

There are several ways and levels in which you can change the marker for plotting data. Your request is for a marker in the shape of a rectangle with dimensions that depend on variables associated with each observation. In addition to Ian's suggestion, you might consider a script for a custom graphic display. You can start from scratch with Graph Box() or you can add one or more graphics scripts to the frame box in an instance of Graph Builder.

 

See Help > Books > Scripting Guide and search for 'custom marker.' The 'pixel' oriented drawing functions can render any shape you like.

View solution in original post

2 REPLIES 2
ian_jmp
Level X

Re: Custom markers

This might help.

Re: Custom markers

There are several ways and levels in which you can change the marker for plotting data. Your request is for a marker in the shape of a rectangle with dimensions that depend on variables associated with each observation. In addition to Ian's suggestion, you might consider a script for a custom graphic display. You can start from scratch with Graph Box() or you can add one or more graphics scripts to the frame box in an instance of Graph Builder.

 

See Help > Books > Scripting Guide and search for 'custom marker.' The 'pixel' oriented drawing functions can render any shape you like.

Recommended Articles