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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • 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
agonzales2021
Level III

How to Hide Outline Box of Graph Builder

I would like to Hide the outline box that surrounds a graph builder.

 

I tried making it a report and deleting the Outline Box like 
ybuild = Graph Builder();
yrep = ybuild << report;
yrep[ OutlineBox(1) ] << Delete;
The entire report just disappears.

13 REPLIES 13
hogi
Level XIII

Re: How to Hide Outline Box of Graph Builder

If I want to access the red triangle menu after hiding the OutlineBox, e.g. to access the red triangle menu

... is 

report(gb)[ OutlineBox(1) ] << Set Title("show");

the only way?

 

I hope there is an alternative solution

XanGregg
Staff

Re: How to Hide Outline Box of Graph Builder

Even when the outline is hidden, there is a tiny hotspot for the red triangle menu in the upper left. You will see the cursor change to a pointing hand icon when you're over it.

hogi
Level XIII

Re: How to Hide Outline Box of Graph Builder

Wow, nice!
Thanks, @XanGregg for the info.

added to CTRL/Alt/Shift + click/select/double click/right click :)

hogi
Level XIII

Re: How to Hide Outline Box of Graph Builder


@John_Sall  @~ 9min:

If you Click on that little red triangle, you get a menu of commands, okay?
One of the secrets is you can right Click anywhere else in that report and get that same menu


really! I was excited - no need to find the tiny Red-Triangle memorial hotspot?
but as it seems, the alternative option to right Click anywhere else is just available as long as the red triangle is available ...

Recommended Articles