<?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 Default Y-axis scale for multiple charts in graph builder, using page function in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Default-Y-axis-scale-for-multiple-charts-in-graph-builder-using/m-p/434575#M68429</link>
    <description>&lt;P&gt;I am using graph builder for a data set that produces 20+ graphs.&amp;nbsp; I would like the scale &amp;amp; range of the Y-axis to be the same for all 20 graphs.&amp;nbsp; I tried the script below with no success&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
Variables( X( :Date ), Y( :Rate ), Page( :Category ) ),
Elements( Line( X, Y, Legend( 5 ) ) ),
SendToReport(
Dispatch(
{},
eval( column( :Rate)),
ScaleBox,
{Min( 0 ), Max( 50 ), Inc( 10 ),
Minor Ticks( 10 )}
)
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:19:12 GMT</pubDate>
    <dc:creator>lucianoa</dc:creator>
    <dc:date>2023-06-11T11:19:12Z</dc:date>
    <item>
      <title>Default Y-axis scale for multiple charts in graph builder, using page function</title>
      <link>https://community.jmp.com/t5/Discussions/Default-Y-axis-scale-for-multiple-charts-in-graph-builder-using/m-p/434575#M68429</link>
      <description>&lt;P&gt;I am using graph builder for a data set that produces 20+ graphs.&amp;nbsp; I would like the scale &amp;amp; range of the Y-axis to be the same for all 20 graphs.&amp;nbsp; I tried the script below with no success&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
Variables( X( :Date ), Y( :Rate ), Page( :Category ) ),
Elements( Line( X, Y, Legend( 5 ) ) ),
SendToReport(
Dispatch(
{},
eval( column( :Rate)),
ScaleBox,
{Min( 0 ), Max( 50 ), Inc( 10 ),
Minor Ticks( 10 )}
)
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:19:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Default-Y-axis-scale-for-multiple-charts-in-graph-builder-using/m-p/434575#M68429</guid>
      <dc:creator>lucianoa</dc:creator>
      <dc:date>2023-06-11T11:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default Y-axis scale for multiple charts in graph builder, using page function</title>
      <link>https://community.jmp.com/t5/Discussions/Default-Y-axis-scale-for-multiple-charts-in-graph-builder-using/m-p/434596#M68430</link>
      <description>&lt;P&gt;It's probably easiest to use the &lt;A href="https://www.jmp.com/support/help/en/16.1/#page/jmp/properties-that-control-the-display-of-columns.shtml#ww459304" target="_self"&gt;Axis&lt;/A&gt; &lt;A href="https://www.jmp.com/support/help/en/16.1/#page/jmp/column-properties-in-jmp.shtml#459304" target="_self"&gt;column property&lt;/A&gt; on your :Rate column. That will make sure the axis is always what you want, and it's easier than trying to get to all the axes across reports to format them.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 18:58:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Default-Y-axis-scale-for-multiple-charts-in-graph-builder-using/m-p/434596#M68430</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2021-11-09T18:58:13Z</dc:date>
    </item>
  </channel>
</rss>

