cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

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

Graph builder - reverse Y scale (only)?

How can I reverse the Y scale in Graph Builder when using Shape files?

Unfortunately, 

Graph Builder(
	Size( 545, 458 ),
	Summary Statistic( "Median" ),
	Graph Spacing( 4 ),
	Variables( Color( :"Y-Pos"n ), Shape( :Shape_Name ) ),
	Elements( Map Shapes( ) ),
	SendToReport(
		Dispatch( {}, "", ScaleBox( 2 ), {Reversed Scale} )
	)
)

doesN't have an effect - and with  hogi_2-1713288717745.pnghogi_2-1713288717745.png in the GUI the X Scale gets reversed as well :(

 

hogi_1-1713288691242.pnghogi_1-1713288691242.png

 

 

hogi_0-1713288663345.pnghogi_0-1713288663345.png

3 REPLIES 3
jthi
Super User

Re: Graph builder - reverse Y scale (only)?

Do the reversing in your shape file an not in graph builder (build it already reversed)

-Jarmo
hogi
Level XIII

Re: Graph builder - reverse Y scale (only)?

I don't think that it will help.

 

I want "-20" to appear on the Y axis below 20.

But "-20" on the x axis should stay on the left.

 

Editing the shape fill won't affect the appearance of the plot.

 

I just tried to use a negative aspect ratio - without success.

hogi_0-1713333416810.pnghogi_0-1713333416810.png

 

hogi
Level XIII

Re: Graph builder - reverse Y scale (only)?

I submitted a wish to enhance the functionality of Graph Builder.
Maybe others will find the idea useful:

Graph builder + Shapes -> option to flip the map 

Recommended Articles