<?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: Set Specific Tick Marks in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Set-Specific-Tick-Marks/m-p/359339#M60947</link>
    <description>Maybe some other community member will have an idea on how to do this, but I am not aware of any built in way to do this.</description>
    <pubDate>Tue, 16 Feb 2021 18:38:14 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-02-16T18:38:14Z</dc:date>
    <item>
      <title>Set Specific Tick Marks</title>
      <link>https://community.jmp.com/t5/Discussions/Set-Specific-Tick-Marks/m-p/359139#M60925</link>
      <description>&lt;P&gt;I want to have a dedicated set of tick marks on my x-axis, namely the months at which a measurement was taken and thoose are irregular. I cannot find how to give e.g. a vector of values where I want the tick marks to be.&lt;/P&gt;&lt;P&gt;Can anybody point me to a description of how to do that? Or tell me that it cannot be done such that I can give up...&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:11:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-Specific-Tick-Marks/m-p/359139#M60925</guid>
      <dc:creator>UrsulaGarcz</dc:creator>
      <dc:date>2023-06-11T11:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Specific Tick Marks</title>
      <link>https://community.jmp.com/t5/Discussions/Set-Specific-Tick-Marks/m-p/359339#M60947</link>
      <description>Maybe some other community member will have an idea on how to do this, but I am not aware of any built in way to do this.</description>
      <pubDate>Tue, 16 Feb 2021 18:38:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-Specific-Tick-Marks/m-p/359339#M60947</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-16T18:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Specific Tick Marks</title>
      <link>https://community.jmp.com/t5/Discussions/Set-Specific-Tick-Marks/m-p/359789#M60973</link>
      <description>&lt;P&gt;Thanks for taking the time to answer, at least I was overlooking the obvious.&lt;/P&gt;
&lt;P&gt;I foundf a solution meanwhile and this is how it worked:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//It was necessary to print them and copy paste the result, as when i was using the variables timeticks and timetickslabel I was able to make JMP crash

//timeticks=aslist(concat(0,2::94::4,96))[1];
//timeticks_labels=list();
//for(ii=1,ii&amp;lt;=length(timeticks),ii++,timeticks_labels[ii]=char(timeticks[ii]));

sct &amp;lt;&amp;lt; New Column( "AWK",
    numeric,
    continuous,
    formula( ADY / 7 ),
    Set Property(
        "Axis",
        {Min( -2 ), Max( 100 ), Minor Ticks( 1 ),
        Tick Label List(
            {"0", "2", "6", "10", "14", "18", "22", "26", "30", "34", "38", "42", "46",
            "50", "54", "58", "62", "66", "70", "74", "78", "82", "86", "90", "94",
            "96"},
            {0, 2, 6, 10, 14, 18, 22, 26, 30, 34, 38, 42, 46, 50, 54, 58, 62, 66, 70,
            74, 78, 82, 86, 90, 94, 96}
        )}
    )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 17:53:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Set-Specific-Tick-Marks/m-p/359789#M60973</guid>
      <dc:creator>UrsulaGarcz</dc:creator>
      <dc:date>2021-02-17T17:53:05Z</dc:date>
    </item>
  </channel>
</rss>

