<?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: Markers fast drawing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Markers-fast-drawing/m-p/52011#M29513</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2581"&gt;@miguello&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It's not an ideal solution, but perhaps you could add the code to set your users' threshold preference to a high enough value that you don't run into this issue. Here is some code that will get their current settings, then set to a large value, and then the code at the end to return the user's settings back to what they had.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//get current Fast Marker Threshold
currentFMT = arg(arg(Preferences[1] &amp;lt;&amp;lt; Get("Fast Marker Threshold")));

//set temporary Fast Marker Threshold
Set Preferences( Fast Marker Threshold( 100000 ) );

//return user's setting after script
Set Preferences( Fast Marker Threshold( currentFMT ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 21:27:22 GMT</pubDate>
    <dc:creator>jules</dc:creator>
    <dc:date>2018-02-23T21:27:22Z</dc:date>
    <item>
      <title>Markers fast drawing</title>
      <link>https://community.jmp.com/t5/Discussions/Markers-fast-drawing/m-p/52009#M29511</link>
      <description>&lt;P&gt;I have a script that draws bunch of plots and saves them as a PPTX file.&lt;/P&gt;&lt;P&gt;Due to various reasons I have to form a journal first, then save it to PPTX.&lt;/P&gt;&lt;P&gt;My plots have more than 50000 points.&lt;/P&gt;&lt;P&gt;I set my plot in Graph Builder to best represent the data - that also includes setting marker size to 6. Data is unreadable if markers are normal size.&lt;/P&gt;&lt;P&gt;Now, when I save the plot to journal, since number of points is above the default threshold, it reverts to fast drawing and therefore to preferred size.&lt;/P&gt;&lt;P&gt;Graph becomes unreadable.&lt;/P&gt;&lt;P&gt;How do I tell JMP NOT to revert it to fast when putting graph to journal?&lt;/P&gt;&lt;P&gt;Increasing default threshold woudn't help because the script will be executed by various users accessing it on shared drive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 21:12:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Markers-fast-drawing/m-p/52009#M29511</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2018-02-23T21:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Markers fast drawing</title>
      <link>https://community.jmp.com/t5/Discussions/Markers-fast-drawing/m-p/52011#M29513</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2581"&gt;@miguello&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It's not an ideal solution, but perhaps you could add the code to set your users' threshold preference to a high enough value that you don't run into this issue. Here is some code that will get their current settings, then set to a large value, and then the code at the end to return the user's settings back to what they had.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//get current Fast Marker Threshold
currentFMT = arg(arg(Preferences[1] &amp;lt;&amp;lt; Get("Fast Marker Threshold")));

//set temporary Fast Marker Threshold
Set Preferences( Fast Marker Threshold( 100000 ) );

//return user's setting after script
Set Preferences( Fast Marker Threshold( currentFMT ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 21:27:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Markers-fast-drawing/m-p/52011#M29513</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2018-02-23T21:27:22Z</dc:date>
    </item>
  </channel>
</rss>

