<?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: Graphics Scripts ignore Pen color. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graphics-Scripts-ignore-Pen-color/m-p/379489#M62943</link>
    <description>&lt;P&gt;Thank you kindly, I found several examples on the forum that said pen color but they all specified it as black and no changes would come through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate it!&lt;/P&gt;</description>
    <pubDate>Sat, 24 Apr 2021 17:34:17 GMT</pubDate>
    <dc:creator>xxvvcczz</dc:creator>
    <dc:date>2021-04-24T17:34:17Z</dc:date>
    <item>
      <title>Graphics Scripts ignore Pen color.</title>
      <link>https://community.jmp.com/t5/Discussions/Graphics-Scripts-ignore-Pen-color/m-p/379375#M62937</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );


Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Line( X, Y, Legend( 8 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{Add Graphics Script(
				2,
				Description( "" ),
				Marker Size( 9 );
				Pen Color( "Red" );
				Marker( Marker State( 1 ), [113], [69] );
			), Grid Line Order( 1 ), Reference Line Order( 3 ),
			DispatchSeg(
				TopSeg( 1 ),
				{Set Script(
					Marker Size( 9 );
					Pen Color( "Red" );
					Marker( Marker State( 1 ), [113], [69] );
				)}
			)}
		)
	)
);

// or
/*
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Line( X, Y, Legend( 8 ) ) )
);
Report( gb )[FrameBox( 1 )] &amp;lt;&amp;lt; Add Graphics Script(
	Marker Size( 9 );
	Pen Color( "Red" );
	Marker( Marker State( 1 ), [113], [69] );
);
*/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why doesn't the marker ever show up as red?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:13:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graphics-Scripts-ignore-Pen-color/m-p/379375#M62937</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-06-11T11:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics Scripts ignore Pen color.</title>
      <link>https://community.jmp.com/t5/Discussions/Graphics-Scripts-ignore-Pen-color/m-p/379385#M62939</link>
      <description>&lt;P&gt;You need to specify a Marker Color, not Pen Color&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Marker( Color State( Red ), Marker State( 1 ), [113], [69] );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Apr 2021 21:35:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graphics-Scripts-ignore-Pen-color/m-p/379385#M62939</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-04-23T21:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics Scripts ignore Pen color.</title>
      <link>https://community.jmp.com/t5/Discussions/Graphics-Scripts-ignore-Pen-color/m-p/379489#M62943</link>
      <description>&lt;P&gt;Thank you kindly, I found several examples on the forum that said pen color but they all specified it as black and no changes would come through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate it!&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 17:34:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graphics-Scripts-ignore-Pen-color/m-p/379489#M62943</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2021-04-24T17:34:17Z</dc:date>
    </item>
  </channel>
</rss>

