<?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 How to change the color of many histogram distributions? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53091#M30046</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am plotting 64 histogram distributions and stack them together. I like to change the color of each histogram different. You can manually do this but how one can change this automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2018 21:41:17 GMT</pubDate>
    <dc:creator>AT</dc:creator>
    <dc:date>2018-03-13T21:41:17Z</dc:date>
    <item>
      <title>How to change the color of many histogram distributions?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53091#M30046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am plotting 64 histogram distributions and stack them together. I like to change the color of each histogram different. You can manually do this but how one can change this automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 21:41:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53091#M30046</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-03-13T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of many histogram distributions?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53098#M30053</link>
      <description>&lt;P&gt;The Histogram Color is programatically available to JSL.&amp;nbsp; You can fairly easily write a script to do this.&amp;nbsp; Here is the result of just using Customize and then having the platform generate the script for the modification&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Distribution(
	Stack( 1 ),
	Continuous Distribution(
		Column( :height ),
		Horizontal Layout( 1 ),
		Vertical( 0 )
	),
	Continuous Distribution(
		Column( :weight ),
		Horizontal Layout( 1 ),
		Vertical( 0 )
	),
	SendToReport(
		Dispatch(
			{"height"},
			"Distrib Histogram",
			FrameBox,
			{DispatchSeg(
				Hist Seg( 1 ),
				{Line Color( {108, 60, 65} ), Fill Color( "Medium Light Green" )}
			)}
		),
		Dispatch(
			{"weight"},
			"Distrib Histogram",
			FrameBox,
			{DispatchSeg(
				Hist Seg( 1 ),
				{Line Color( {108, 60, 65} ), Fill Color( "Red" )}
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Mar 2018 22:34:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53098#M30053</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-03-13T22:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of many histogram distributions?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53100#M30055</link>
      <description>&lt;P&gt;Thanks Jim. Does it mean I have to do this for 64 Histograms that I want to build and stack them together?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 22:51:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53100#M30055</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-03-13T22:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of many histogram distributions?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53103#M30058</link>
      <description>&lt;P&gt;The simple answer is yes......however, using a For() loop and Substitution you can just loop through the 64 histograms you want and generate the necessary code&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 23:36:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53103#M30058</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-03-13T23:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color of many histogram distributions?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53131#M30074</link>
      <description>&lt;P&gt;Thanks Jim. I will give it a try.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:51:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-color-of-many-histogram-distributions/m-p/53131#M30074</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-03-14T16:51:13Z</dc:date>
    </item>
  </channel>
</rss>

