cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

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