cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
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 XI

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 XI

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 XI

Re: How to Hide Outline Box of Graph Builder

Plenary: John Sall on Secret Features of JMP


@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 ...