cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Option: Independent Color Settings for Pages (and Wrap)

☑ cool new feature
☑ could help many users!

☐ removes a bug

☐ nice to have

☐ nobody needs it

 

edit: triggered by the comment of  @TorP , I included "Wrap" in the title.

with page: nice
with wrap: amazing!

 

What inspired this wish list request? 

Graph Builder has an option to link or not link the x and y scales on different pages:

hogi_0-1718955240654.png

 

Sometimes a user need a corresponding option for the color settings:

How can I create independent color legends per page in Graph Builder with custom maps 

 

e.g. here in this plot, the information about the on-wafer distribution of defects is hidden by the wafer-to-wafer trends *):
*) example data, over-emphasized by adding wafer# to the defects counts

hogi_0-1718972837096.png

 

what I want to see:

hogi_0-1718975553915.png

 

 

View more...
dt = Open( "$SAMPLE_DATA/Wafer Stacked.jmp" );
 
dt  << New Formula Column(
	Operation( Category( "Combine" ), "Sum" ),
	Columns( :Wafer, :Defects )
);
Graph Builder(
	Link Page Axes( "X and Y" ),
	Replicate Linked Page Axes( 0 ),
	Variables(
		X( :X_Die ),
		Y( :Y_Die ),
		Page( :Wafer, Levels per Row( 5 ) ),
		Color( :"Wafer+Defects"n )
	),
	Elements( Heatmap( X, Y ) )
);

 

 

What is the improvement you would like to see? 

In Graph Builder, please add an option to link / not link the color settings between pages.

 

Why is this idea important? 

especially in combination with Graph Builder Preferences: Middle 90% (or 99%) 

Semiconductor users will love you

 

other wishes from hogi_2-1702196401638.png

2 Comments
TorP
Level I

Would be helpful to have this option also in the "Wrap" mode, not only "Pages".
Below is another example to illustrate the problem (which I have very often).
For trends between diff. wafers I use the "Wrap" mode to show all wafers w/ the same scale.

TorP_0-1718970089150.png

And for on-wafer issues I make single maps for each wafer w/ a data filter and copy them as single graphs to Powerpoint (feels a bit like working w/ Minitab again ;-)).

TorP_1-1718970155265.png

Would be much easier to have an option like "Combined Legend" vs. "Independent legend" or "Locked"/"Unlocked" legend.

hogi
Level XI

agree