cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

Discussions

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

Scale IDs in Add Graphics Script not working

I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test," but it uses the left axis.  The Scale ID is correct, as shown by the label correctly going to the right Y axis (Scale ID 5).  Has anyone found a way to make this work?  I'm using 18.0.1.

 

mmarchandFSLR_0-1743077347895.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
hogi
Level XIII

Re: Scale IDs in Add Graphics Script not working

works in JMP 18.2.2 and  19.0.1:

hogi_0-1763675777643.png

 

View solution in original post

2 REPLIES 2
mmarchandFSLR
Level VI

Re: Scale IDs in Add Graphics Script not working

Does this work in JMP 19?

hogi
Level XIII

Re: Scale IDs in Add Graphics Script not working

works in JMP 18.2.2 and  19.0.1:

hogi_0-1763675777643.png

 

Recommended Articles