cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. ET on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

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

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

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