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
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.png in the GUI the X Scale gets reversed as well :(

 

hogi_1-1713288691242.png

 

 

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