<?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 color of a Drag Marker? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/color-of-a-Drag-Marker/m-p/593878#M79775</link>
    <description>&lt;P&gt;How can i change the color of a Drag marker?&lt;/P&gt;&lt;P&gt;with a black &amp;amp; white background the black circles are hard to see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1674797877131.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49516iAE3DF8DCDDDD3787/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1674797877131.png" alt="hogi_0-1674797877131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

img = New Image( "https://www.nasa.gov/sites/default/files/styles/full_width_feature/public/thumbnails/image/hubble_leda48062_potw2302a.jpg" );

win = New Window( "marker",
V List Box (Text Box("black marker hardly visible"),
		g = Graph Box (
			Framesize( 600, 300 ),
			X Scale( 0, 1000 ),
			Y Scale( 0, 500 ), 
			Marker Size( 30 );
			Color State( {0, 1, 1} );
			Drag Marker( [500], [200], showpoints = 0, showpoints = 1 );
		) )

);

imgBox = win[framebox( 1 )];
imgBox &amp;lt;&amp;lt; AddImage( Image( img ), bounds( Left( 0 ), Right( 1000 ), top( 500 ), bottom( 0 ) ) );
imgSeg = imgBox &amp;lt;&amp;lt; FindSeg( PictSeg( 1 ) );
imgSeg &amp;lt;&amp;lt; lock( 1 );

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:40:41 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-06-08T16:40:41Z</dc:date>
    <item>
      <title>color of a Drag Marker?</title>
      <link>https://community.jmp.com/t5/Discussions/color-of-a-Drag-Marker/m-p/593878#M79775</link>
      <description>&lt;P&gt;How can i change the color of a Drag marker?&lt;/P&gt;&lt;P&gt;with a black &amp;amp; white background the black circles are hard to see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1674797877131.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49516iAE3DF8DCDDDD3787/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1674797877131.png" alt="hogi_0-1674797877131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

img = New Image( "https://www.nasa.gov/sites/default/files/styles/full_width_feature/public/thumbnails/image/hubble_leda48062_potw2302a.jpg" );

win = New Window( "marker",
V List Box (Text Box("black marker hardly visible"),
		g = Graph Box (
			Framesize( 600, 300 ),
			X Scale( 0, 1000 ),
			Y Scale( 0, 500 ), 
			Marker Size( 30 );
			Color State( {0, 1, 1} );
			Drag Marker( [500], [200], showpoints = 0, showpoints = 1 );
		) )

);

imgBox = win[framebox( 1 )];
imgBox &amp;lt;&amp;lt; AddImage( Image( img ), bounds( Left( 0 ), Right( 1000 ), top( 500 ), bottom( 0 ) ) );
imgSeg = imgBox &amp;lt;&amp;lt; FindSeg( PictSeg( 1 ) );
imgSeg &amp;lt;&amp;lt; lock( 1 );

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:40:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-of-a-Drag-Marker/m-p/593878#M79775</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-08T16:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: color of a Drag Marker?</title>
      <link>https://community.jmp.com/t5/Discussions/color-of-a-Drag-Marker/m-p/594057#M79793</link>
      <description>&lt;P&gt;You can't.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 14:12:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-of-a-Drag-Marker/m-p/594057#M79793</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-01-27T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: color of a Drag Marker?</title>
      <link>https://community.jmp.com/t5/Discussions/color-of-a-Drag-Marker/m-p/594142#M79801</link>
      <description>&lt;P&gt;Ouch!&lt;BR /&gt;why?&lt;BR /&gt;&lt;BR /&gt;here is the wish:&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Drag Markers: option to adjust the color (and shape?)" uid="594133" url="https://community.jmp.com/t5/JMP-Wish-List/Drag-Markers-option-to-adjust-the-color-and-shape/m-p/594133#U594133" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 20:03:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-of-a-Drag-Marker/m-p/594142#M79801</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-27T20:03:36Z</dc:date>
    </item>
  </channel>
</rss>

