One of the nice features of the page field is the ability to export a PDF or PPT with many pages, but I'm having trouble customizing the axes on the second and subsequent pages.
Starting with the consumer preferences data set, I can make a graph like this with customized y axis labels. For example I customized "years at current employer" to read "Years Exp"
![1.png 1.png](https://community.jmp.com/t5/image/serverpage/image-id/36263i0E0477C79DCBFB03/image-size/medium?v=v2&px=400)
Then if i add "age group" in the page field
![nter_1-1633354799414.png nter_1-1633354799414.png](https://community.jmp.com/t5/image/serverpage/image-id/36264iCE13E2D508B8E196/image-size/medium?v=v2&px=400)
You'll notice that the custom axes are not kept for the later pages.
If I try copying axes properties and broadcasting with ctrl+paste axes properties, it broadcasts properties from a single y axis to all graphs and y axes, which causes a problem because "years exp" has a different range than "is parent"
![nter_2-1633354916304.png nter_2-1633354916304.png](https://community.jmp.com/t5/image/serverpage/image-id/36265iE414FEA6711D9F5C/image-size/medium?v=v2&px=400)
Is there a good way in graph builder or JSL to broadcast the customized axes properties when dealing with multiple stacked y axes, for example?