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!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

Discussions

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

With Fit to Window turned off, how to keep x-axis and legends always visible while scrolling in Graph Builder?

Hi JMP community, I would like to make a very large Graph Builder with many graphs sharing the same x-axis, stacked vertically with their own y-axes. Fit to Window has to be turned off, so that individual graphs will not be too small, and I can scroll through them. But it is difficult to refer to x-axis and the graph legends. Example attached using sample data. Is there a solution to keep the x-axis and legends always visible while scrolling? Something similar to putting a "scroll lock" on a column in a large data table

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: With Fit to Window turned off, how to keep x-axis and legends always visible while scrolling in Graph Builder?

You could stack your data and then use Page

jthi_0-1755673980561.png

Other option could be to use Column Switcher but then you can only view one column at the time

-Jarmo

View solution in original post

4 REPLIES 4
jthi
Super User

Re: With Fit to Window turned off, how to keep x-axis and legends always visible while scrolling in Graph Builder?

You could stack your data and then use Page

jthi_0-1755673980561.png

Other option could be to use Column Switcher but then you can only view one column at the time

-Jarmo
leonjmp
Level II

Re: With Fit to Window turned off, how to keep x-axis and legends always visible while scrolling in Graph Builder?

Thanks for the workaround suggestions. Both options are not ideal since I have to do this frequently and quickly for large number of parameters. But they work for the meantime. I would still file a wishlist for improvement

jthi
Super User

Re: With Fit to Window turned off, how to keep x-axis and legends always visible while scrolling in Graph Builder?

It would still be a workaround, but you could create a script to create the plots for you to make it slightly faster and easier.

-Jarmo

Re: With Fit to Window turned off, how to keep x-axis and legends always visible while scrolling in Graph Builder?

Hi @leonjmp ,

 

I don't think there's a native way to achieve that without scripting - but this a great idea and I think would be good to add to the JMP Wish List.

 

Thanks,

Ben

“All models are wrong, but some are useful”

Recommended Articles