cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

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