<?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 control location of display charts? histogram on Fit Y by X in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389662#M63984</link>
    <description>&lt;P&gt;So I'm trying to script a standard display, but the script output is *different8 than just selecting the dropdown. Anyway to control location of added items?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aliegner1_0-1622564897905.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33164iC1E5C0C6DF037935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aliegner1_0-1622564897905.png" alt="aliegner1_0-1622564897905.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 19:48:14 GMT</pubDate>
    <dc:creator>aliegner1</dc:creator>
    <dc:date>2023-06-09T19:48:14Z</dc:date>
    <item>
      <title>control location of display charts? histogram on Fit Y by X</title>
      <link>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389662#M63984</link>
      <description>&lt;P&gt;So I'm trying to script a standard display, but the script output is *different8 than just selecting the dropdown. Anyway to control location of added items?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aliegner1_0-1622564897905.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33164iC1E5C0C6DF037935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aliegner1_0-1622564897905.png" alt="aliegner1_0-1622564897905.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:48:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389662#M63984</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2023-06-09T19:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: control location of display charts? histogram on Fit Y by X</title>
      <link>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389677#M63985</link>
      <description>&lt;P&gt;Forcing the order by specifying specific JSL commands your desired outcome can be obtained.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="force.PNG" style="width: 612px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33165iE75C3E3AD2910325/image-size/large?v=v2&amp;amp;px=999" role="button" title="force.PNG" alt="force.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$sample_data/big class.jmp");
//dt&amp;lt;&amp;lt;color by column(:sex);
ow = Oneway(
	Y( :height ),
	X( :sex ),
	Box Plots( 1 ));
report(ow)[FrameBox(1)] &amp;lt;&amp;lt; Row Legend("sex");
ow &amp;lt;&amp;lt; histograms(1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Jun 2021 17:36:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389677#M63985</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-01T17:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: control location of display charts? histogram on Fit Y by X</title>
      <link>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389680#M63986</link>
      <description>&lt;P&gt;The histogram is added to the current display. Enable it after adding the row legend if you want it to the far right. Add the histogram before the row legend if you want it in between.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 17:38:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389680#M63986</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-06-01T17:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: control location of display charts? histogram on Fit Y by X</title>
      <link>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389746#M63993</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you. this works great....except when I journal the results. it automatically moves the legend over to the right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 23:03:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389746#M63993</guid>
      <dc:creator>aliegner1</dc:creator>
      <dc:date>2021-06-01T23:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: control location of display charts? histogram on Fit Y by X</title>
      <link>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389747#M63994</link>
      <description>&lt;P&gt;This works for me&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$sample_data/big class.jmp");
//dt&amp;lt;&amp;lt;color by column(:sex);
ow = Oneway(
	Y( :height ),
	X( :sex ),
	Box Plots( 1 ));
report(ow)[FrameBox(1)] &amp;lt;&amp;lt; Row Legend("sex");
ow &amp;lt;&amp;lt; histograms(1);

report(ow)&amp;lt;&amp;lt;journal;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Jun 2021 23:23:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-location-of-display-charts-histogram-on-Fit-Y-by-X/m-p/389747#M63994</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-01T23:23:12Z</dc:date>
    </item>
  </channel>
</rss>

