cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

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

Exclude Legend Items Based On Local Data Filter

I would like to exclude elements of the legend that are not relevant while using the local data filter. I'm looking for a way to automatically do this as unchecking in legend settings is not efficient because I am switching between multiple graphs via the local data filter.

See pic below:

For the current graph, only a few of the Y responses are used. I would like to automatically exclude the legend items without having to uncheck them in legend settings.

LatentWeasel104_1-1780685022161.png

 

1 REPLY 1
jthi
Super User

Re: Exclude Legend Items Based On Local Data Filter

I would guess JMP will do it if you stack your data and then use that stacked data for the graph (note that you might have to remove those "extra rows" from the stacked data). Otherwise you will have to write a script using using Filter Change Handler.

-Jarmo

Recommended Articles