Draw line or polygon with respect to second Y axis
Hi everybody, my plot has two y axis. What I would like to do in a script is to draw lines and polygones.I can draw with respect to the first y axis e.g. byPolygon( [0,1,2], [1, 1, 3] );How do I tell JMP that I mean [1, 1, 3] with respect to the second y axis? Can I switch between axis somehow just like the color or line style? Thanks!