<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Project multiple different axis settings in graph builder to different pages in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Project-multiple-different-axis-settings-in-graph-builder-to/m-p/626761#M82549</link>
    <description>&lt;P&gt;This script illustrates one approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

// open example
dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" );

// launch graph builder with multiple pages
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 528, 3450 ),
	Show Control Panel( 0 ),
	Variables( X( :Gender ), Y( :Years at Current Employer ), Page( :Age Group ) ),
	Elements( Box Plot( X, Y, Legend( 4 ) ) )
);

// access report layer
rpt = gb &amp;lt;&amp;lt; Report;

// find all text edit boxes
axis = rpt &amp;lt;&amp;lt; XPath( "//TextEditBox" );
n = N Items( axis );

// change text in all text edit boxes of vertical axes
axis[4::n::2] &amp;lt;&amp;lt; Set Text( "Years Exp" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 27 Apr 2023 13:10:50 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2023-04-27T13:10:50Z</dc:date>
    <item>
      <title>Project multiple different axis settings in graph builder to different pages</title>
      <link>https://community.jmp.com/t5/Discussions/Project-multiple-different-axis-settings-in-graph-builder-to/m-p/423277#M67240</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Starting with the consumer preferences data set, I can make a graph like this with customized y axis labels.&amp;nbsp; For example I customized "years at current employer" to read "Years Exp"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36263i0E0477C79DCBFB03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Then if i add "age group" in the page field&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nter_1-1633354799414.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36264iCE13E2D508B8E196/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nter_1-1633354799414.png" alt="nter_1-1633354799414.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You'll notice that the custom axes are not kept for the later pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nter_2-1633354916304.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36265iE414FEA6711D9F5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nter_2-1633354916304.png" alt="nter_2-1633354916304.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:17:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Project-multiple-different-axis-settings-in-graph-builder-to/m-p/423277#M67240</guid>
      <dc:creator>nter</dc:creator>
      <dc:date>2023-06-11T11:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Project multiple different axis settings in graph builder to different pages</title>
      <link>https://community.jmp.com/t5/Discussions/Project-multiple-different-axis-settings-in-graph-builder-to/m-p/626482#M82530</link>
      <description>&lt;P&gt;nter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I apologize in advance that I do not have a solution to your question but it is now April 26, 2023 and I am also seeking a response to this very question.&amp;nbsp; If you have found a solution to this please let me know.&amp;nbsp; BTW, I am using JMP 17 Pro v17.0.0.&amp;nbsp; Perhaps this response to your question will prompt an answer from the community or JMP tech support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Floyd&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 21:23:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Project-multiple-different-axis-settings-in-graph-builder-to/m-p/626482#M82530</guid>
      <dc:creator>floydfoxfb</dc:creator>
      <dc:date>2023-04-26T21:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Project multiple different axis settings in graph builder to different pages</title>
      <link>https://community.jmp.com/t5/Discussions/Project-multiple-different-axis-settings-in-graph-builder-to/m-p/626761#M82549</link>
      <description>&lt;P&gt;This script illustrates one approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

// open example
dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" );

// launch graph builder with multiple pages
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 528, 3450 ),
	Show Control Panel( 0 ),
	Variables( X( :Gender ), Y( :Years at Current Employer ), Page( :Age Group ) ),
	Elements( Box Plot( X, Y, Legend( 4 ) ) )
);

// access report layer
rpt = gb &amp;lt;&amp;lt; Report;

// find all text edit boxes
axis = rpt &amp;lt;&amp;lt; XPath( "//TextEditBox" );
n = N Items( axis );

// change text in all text edit boxes of vertical axes
axis[4::n::2] &amp;lt;&amp;lt; Set Text( "Years Exp" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Apr 2023 13:10:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Project-multiple-different-axis-settings-in-graph-builder-to/m-p/626761#M82549</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-04-27T13:10:50Z</dc:date>
    </item>
  </channel>
</rss>

