cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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