<?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: How do you change font settings of labels in the &amp;quot;Group X&amp;quot; section in the graph builder? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-you-change-font-settings-of-labels-in-the-quot-Group-X/m-p/6691#M6685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much. That did the trick in this case. Fortunately, I also needed to decrease the size of the text in the Group Y. But too bad the two can't be specified independently. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 May 2013 16:52:44 GMT</pubDate>
    <dc:creator>aland</dc:creator>
    <dc:date>2013-05-09T16:52:44Z</dc:date>
    <item>
      <title>How do you change font settings of labels in the "Group X" section in the graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-change-font-settings-of-labels-in-the-quot-Group-X/m-p/6689#M6683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have several categories in the group X (and group Y) sections, in the graph builder. And I'd like to decrease the size of the font for these so that the text fits better. Is there any way to do this? I've checked the documentation and it indicates how to change the font of axis labels, but not group labels. Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 20:34:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-change-font-settings-of-labels-in-the-quot-Group-X/m-p/6689#M6683</guid>
      <dc:creator>aland</dc:creator>
      <dc:date>2013-05-08T20:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change font settings of labels in the "Group X" section in the graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-change-font-settings-of-labels-in-the-quot-Group-X/m-p/6690#M6684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not found a specific way to adjust the font size of the group labels. Label size seems to be controlled by the the text font preferences, i.e. they can be decreased by choosing a smaller size in preferences/fonts/text. But that will affect the label size in other reports as well as some other elements, legend text size for example. Although more general than desired, this preference has more restricted effects than the global shortcut (cmd+- or Make Text Smaller in the View Menu). For a particular graph it still can be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preferences can also be changed with jsl. Here's an example how to decreases size while retaining font type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #009800;"&gt;// Run first two lines once&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;p_expr &lt;SPAN style="color: #150097;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #2600eb;"&gt;Expr&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #2600eb;"&gt;Get Preferences&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; text font &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #150097;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;p_start &lt;SPAN style="color: #150097;"&gt;=&lt;/SPAN&gt; p_expr&lt;SPAN style="color: #150097;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #009800;"&gt;// Repeat following two lines until font size of group labels are OK&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;p &lt;SPAN style="color: #150097;"&gt;=&lt;/SPAN&gt; p_expr&lt;SPAN style="color: #150097;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #2600eb;"&gt;Preferences&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; text font&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #2600eb;"&gt;Arg&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #2600eb;"&gt;Arg&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; p&lt;SPAN style="color: #150097;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009694;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #150097;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009694;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #150097;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #2600eb;"&gt;Arg&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #2600eb;"&gt;Arg&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; p&lt;SPAN style="color: #150097;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009694;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #150097;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009694;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;SPAN style="color: #150097;"&gt;-&lt;/SPAN&gt; &lt;SPAN style="color: #009694;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #150097;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #009800;"&gt;// Run this to reset&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #2600eb;"&gt;Eval&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; p_start &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #150097;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 00:20:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-change-font-settings-of-labels-in-the-quot-Group-X/m-p/6690#M6684</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2013-05-09T00:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change font settings of labels in the "Group X" section in the graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-change-font-settings-of-labels-in-the-quot-Group-X/m-p/6691#M6685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much. That did the trick in this case. Fortunately, I also needed to decrease the size of the text in the Group Y. But too bad the two can't be specified independently. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 16:52:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-change-font-settings-of-labels-in-the-quot-Group-X/m-p/6691#M6685</guid>
      <dc:creator>aland</dc:creator>
      <dc:date>2013-05-09T16:52:44Z</dc:date>
    </item>
  </channel>
</rss>

