<?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 to use a color scheme in &amp;quot;Graphic script&amp;quot;? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40210#M23531</link>
    <description>&lt;P&gt;I was referring to the behavior using&amp;nbsp;the default JMP color scheme and the JMP color index values.&lt;/P&gt;
&lt;P&gt;I honestly don't know but why don't you try using Pen Color( 6 ) and see if it is the default JMP color by that index&amp;nbsp;or the color that you defined?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2017 17:41:31 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2017-06-09T17:41:31Z</dc:date>
    <item>
      <title>How to use a color scheme in "Graphic script"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40197#M23520</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;is there a way to use default color scheme for "add graphic script" when adding multiple lines and text?&lt;/P&gt;&lt;P&gt;e.g in below code i want to use default color scheme for lines and text instead of hard coded.&lt;/P&gt;&lt;P&gt;Motivation: I have to match the color of data to the lines and text, where my data is colored by a group.&lt;/P&gt;&lt;P&gt;Line Style( 0 );&lt;BR /&gt;Pen Color( 6 );&lt;BR /&gt;Pen Size( 2 );&lt;BR /&gt;Text Size( 10 );&lt;BR /&gt;Try( X Function( 315.4, y, Max( 0.452932059283821 ) ) );&lt;BR /&gt;Text Color( 6 );&lt;BR /&gt;Text( Erased, Right Justified, {315.4, -0.627776070148963}, Char( "90%" ) );&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 14:36:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40197#M23520</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-06-09T14:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a color scheme in "Graphic script"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40208#M23529</link>
      <description>&lt;P&gt;The default JMP color scheme simply&amp;nbsp;uses an index to determine the color so if you use integer&amp;nbsp;color values in sequence as the index then you will duplicate the colors. Your example uses Pen Color( 6 ), so you are well into the index and not starting at the beginning so you color won't match the first color used by JMP.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 16:40:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40208#M23529</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-06-09T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a color scheme in "Graphic script"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40209#M23530</link>
      <description>Thank you Mark.= for reply.&lt;BR /&gt;will that approach also works if i have my own color defined? See below i have my own custom color theme defined as below.&lt;BR /&gt;Preferences(&lt;BR /&gt;Add Color Theme(&lt;BR /&gt;{"My Color Theme", {{0,0,205}, {255,140,0}, {34,139,34},{255,0,0},{0,191,255},{199,21,133},{255,215,0},{119,136,153},{50,205,50},{205,92,92},{148,0,211},{102,205,170},{205,205,193},{255,255,0},{0,255,255},{124,252,0},{218,165,32},{255,20,147},{255,218,185}}}&lt;BR /&gt;),&lt;BR /&gt;Categorical Color Theme( "My Color Theme" ),&lt;BR /&gt;Graph Marker size(7 ),&lt;BR /&gt;);</description>
      <pubDate>Fri, 09 Jun 2017 17:10:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40209#M23530</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-06-09T17:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a color scheme in "Graphic script"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40210#M23531</link>
      <description>&lt;P&gt;I was referring to the behavior using&amp;nbsp;the default JMP color scheme and the JMP color index values.&lt;/P&gt;
&lt;P&gt;I honestly don't know but why don't you try using Pen Color( 6 ) and see if it is the default JMP color by that index&amp;nbsp;or the color that you defined?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 17:41:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40210#M23531</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-06-09T17:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a color scheme in "Graphic script"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40233#M23544</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I checked using a counter but it only gives me default color which is different than my color theme. I can see my color theme is active in Prefrences and legends in data table.&lt;/P&gt;&lt;P&gt;Pen Color(ics) and text color(ics).&lt;/P&gt;&lt;P&gt;looks like index numbers are static in JMP they dont change with new user defined color theme. But it should change.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 09:32:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40233#M23544</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-06-10T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a color scheme in "Graphic script"?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40249#M23559</link>
      <description>&lt;P&gt;I don't know if it should change. The color descriptors (e.g. a word like "red" or an index like 4) are convenient and apply to&amp;nbsp;the default color scheme. Some things are supposed to be static or constant. A change might break other scripts that assume the default colors.&lt;/P&gt;
&lt;P&gt;How are custom color schemes supposed to work? How are they supported?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 02:27:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-a-color-scheme-in-quot-Graphic-script-quot/m-p/40249#M23559</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-06-11T02:27:38Z</dc:date>
    </item>
  </channel>
</rss>

