<?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 Changing Legend Settings in bulk in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Changing-Legend-Settings-in-bulk/m-p/87715#M38706</link>
    <description>&lt;P&gt;How do I change Legend Settings, e.g., Item Wrap, in bulk when I have tons of plots in a report? Can't find a way similar to Ctrl + Copy/Paste Customization&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="Untitled.jpg" style="width: 613px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14996iFC73DEDE9EA8EAC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.jpg" alt="Untitled.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 21:05:04 GMT</pubDate>
    <dc:creator>yfu23</dc:creator>
    <dc:date>2019-01-03T21:05:04Z</dc:date>
    <item>
      <title>Changing Legend Settings in bulk</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-Legend-Settings-in-bulk/m-p/87715#M38706</link>
      <description>&lt;P&gt;How do I change Legend Settings, e.g., Item Wrap, in bulk when I have tons of plots in a report? Can't find a way similar to Ctrl + Copy/Paste Customization&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="Untitled.jpg" style="width: 613px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14996iFC73DEDE9EA8EAC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.jpg" alt="Untitled.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 21:05:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-Legend-Settings-in-bulk/m-p/87715#M38706</guid>
      <dc:creator>yfu23</dc:creator>
      <dc:date>2019-01-03T21:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Legend Settings in bulk</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-Legend-Settings-in-bulk/m-p/97199#M38777</link>
      <description>&lt;P&gt;The usual way of pressing cmd/ctrl key to send a message to all graphs does not seem to work for the legend settings. It is, however,&amp;nbsp;quite straightforward&amp;nbsp;with JSL and xpath.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

//Example report with multiple graphs
dt = Open("$SAMPLE_DATA/Big Class.jmp");
gb = Expr(
    dt &amp;lt;&amp;lt; Graph Builder(Variables(X(:weight), Y(:height), Overlay(:age)), &amp;lt;&amp;lt;Done)
);
New Window("test", gb, gb, gb);

//Set wrap for all legends
(Current Report() &amp;lt;&amp;lt; xpath("//LegendBox")) &amp;lt;&amp;lt; Set Wrap(2);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 06 Jan 2019 22:02:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-Legend-Settings-in-bulk/m-p/97199#M38777</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2019-01-06T22:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Legend Settings in bulk</title>
      <link>https://community.jmp.com/t5/Discussions/Changing-Legend-Settings-in-bulk/m-p/109062#M39592</link>
      <description>This does the job just fine. Thank you ms, I appreciate it!!</description>
      <pubDate>Wed, 06 Feb 2019 16:26:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Changing-Legend-Settings-in-bulk/m-p/109062#M39592</guid>
      <dc:creator>yfu23</dc:creator>
      <dc:date>2019-02-06T16:26:39Z</dc:date>
    </item>
  </channel>
</rss>

