- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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%
Any ideas what goes wrong here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Graph x-axis offset when report embedded in new window
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Graph x-axis offset when report embedded in new window
JMP17
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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 : )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Graph x-axis offset when report embedded in new window
may i know if a verified solution is found
or if the solution recommended here could be facilitated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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 ...