cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Check out the JMP® Marketplace featured Capability Explorer add-in
Choose Language Hide Translation Bar
Monomorphist
Level III

Graph x-axis offset when report embedded in new window

Here's a little puzzle: I'm running a macro that produces various graphs and stats and compiles/arranges them in a final result window. I've written this macros years ago and it always delivered. SInce upgrade to JMP17, I realise however, that one of the graphs has the x-axis offset in the final result window, meaning, the graph's axis does no longer correspond to the graph!?! I've attached a screenshot of the graph (qls) after being written to the report (red square): 

rqls = qls << report;

and after the report (rqls) is arranged in a new window together with the other items

New Window ("Duplicates",
	Outline Box ("[Project Name] - Duplicate Analysis",
		VListBox (
			HlistBox (rdis),
			VListBox (
				HListBox (
					VListBox (rbiv),
					VListBox (rowy, rqls)
				),

Bizarrely, the x.axis of the graph has shifted by 3 or 4 units and is now incorrect! The graph window does no longer start at 0, but rather at -4 or so, and my result of 47% has become something like 43%

 

Axis_Offset in JMP Report.jpg

 

Any ideas what goes wrong here?

8 REPLIES 8

Re: Graph x-axis offset when report embedded in new window

Have you used the Show Tree Structure or Show Properties commands to see what has changed? Perhaps an invisible display box is shifting the remaining objects to a new position or a property is different now.

 

How are you building the custom window as far as composition of original objects?

Monomorphist
Level III

Re: Graph x-axis offset when report embedded in new window

I send the graph to report, then build the report into Vlist or HList Boxes, together with other reports. It worked in v. JMP10- JMP16  without glitch. In JMP17 now, I have an offset of the x-axis.

 

Edit: Attached the data table and the script:. Check the results: GraphBuilder sent to report: OK. As soon as report is sent to any other window - axis offset! 

 

A310U
Level I

Re: Graph x-axis offset when report embedded in new window

have you found a solution? i am having the same issue only the shift is in the other direction

HectorAframian_0-1729565008121.png

 

hogi
Level XII

Re: Graph x-axis offset when report embedded in new window

Seems to be fixed in the man time.

What version of JMP are you using?

A310U
Level I

Re: Graph x-axis offset when report embedded in new window

JMP17

hogi
Level XII

Re: Graph x-axis offset when report embedded in new window

you could try to install JMP18 in parallel.

There are many additional features - and the update is free of charge : )

A310U
Level I

Re: Graph x-axis offset when report embedded in new window

@Mark_Bailey 

may i know if a verified solution is found 

or if the solution recommended here could be facilitated

hogi
Level XII

Re: Graph x-axis offset when report embedded in new window

download the free JMP18.1 update?

To "verify" if the update also solves your issue,
could you please use one of the data sets from the sample folder and share a script where you see an issue on your system.

Then somebody can run the code with JMP18.1 and check ...