<?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: How do modify markers into lines/curves similar to excel in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-modify-markers-into-lines-curves-similar-to-excel/m-p/443759#M69179</link>
    <description>&lt;P&gt;And if you hold the shift key while selecting the line element, you will have both points and lines.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 17:52:53 GMT</pubDate>
    <dc:creator>Dan_Obermiller</dc:creator>
    <dc:date>2021-12-09T17:52:53Z</dc:date>
    <item>
      <title>How do modify markers into lines/curves similar to excel</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-modify-markers-into-lines-curves-similar-to-excel/m-p/443483#M69168</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;I am creating the following plots via Graph builder and I was wondering if it would allow me to modify some markers into lines.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FOr instance&lt;/P&gt;
&lt;P&gt;c1 solid blue lower&amp;nbsp; triange -&amp;gt; SOlid Blue line.&lt;/P&gt;
&lt;P&gt;c2 hollow blue lower triange -&amp;gt; Dashed Blue line.&lt;/P&gt;
&lt;P&gt;c3 solid green circle-&amp;gt; SOlid green line.&lt;/P&gt;
&lt;P&gt;c4 solid red upper triangle-&amp;gt; SOlid Redline.&lt;/P&gt;
&lt;P&gt;c5 hollow red upper triangle-&amp;gt; Dashed Red line.&lt;/P&gt;
&lt;P&gt;The gray circles and other symbols stay the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried line(x,y,legend(11)) instead of points(x,y,legend(11)) but that just plotted the mean of all the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried Fit Each Value via bivariate plot but I cannot generate this composite plot which plots several of them grouped by x2 together.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="skrishnan_0-1639005243616.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/38254iAC86F22DCA3AE0EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="skrishnan_0-1639005243616.png" alt="skrishnan_0-1639005243616.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="skrishnan_0-1639004899894.png" style="width: 518px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/38253i436B63014F2271D0/image-dimensions/518x184?v=v2" width="518" height="184" role="button" title="skrishnan_0-1639004899894.png" alt="skrishnan_0-1639004899894.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;Graph Builder(
    Size( 1395, 3390 ),
    Show Control Panel( 0 ),
    Variables( X( :x1 ), Y( :z ), Page( :x3 ), Group X( :x2 ) ),
    Elements( Points( X, Y, Legend( 11 ) ) ),
    SendToReport(
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 2 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 3 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 4 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 5 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 6 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 7 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 8 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 9 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 10 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "ldrawn",
            ScaleBox( 11 ),
            {Scale( "Log" ), Format( "Best", 6 ), Min( 1.8 ), Max( 250 ), Inc( 1 ),
            Minor Ticks( 1 ), Label Row(
                {Major Grid Line Color( -15658734 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 2 ),
            {Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ), Minor Ticks( 0 ),
            Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 3 ),
            {Format( "Fixed Dec", 12, 1 ), Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ),
            Minor Ticks( 0 ), Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 4 ),
            {Format( "Fixed Dec", 12, 1 ), Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ),
            Minor Ticks( 0 ), Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 6 ),
            {Format( "Fixed Dec", 12, 1 ), Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ),
            Minor Ticks( 0 ), Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 7 ),
            {Format( "Fixed Dec", 12, 1 ), Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ),
            Minor Ticks( 0 ), Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 8 ),
            {Format( "Fixed Dec", 12, 1 ), Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ),
            Minor Ticks( 0 ), Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 9 ),
            {Format( "Fixed Dec", 12, 1 ), Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ),
            Minor Ticks( 0 ), Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 10 ),
            {Format( "Fixed Dec", 12, 1 ), Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ),
            Minor Ticks( 0 ), Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        ),
        Dispatch(
            {},
            "z",
            ScaleBox( 11 ),
            {Min( 0.0 ), Max( 0.56 ), Inc( 0.1 ), Minor Ticks( 0 ),
            Label Row(
                {Major Grid Line Color( -15921906 ), Show Major Grid( 1 ),
                Show Minor Grid( 1 )}
            )}
        )
    )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:20:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-modify-markers-into-lines-curves-similar-to-excel/m-p/443483#M69168</guid>
      <dc:creator>skrishnan</dc:creator>
      <dc:date>2023-06-11T11:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do modify markers into lines/curves similar to excel</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-modify-markers-into-lines-curves-similar-to-excel/m-p/443758#M69178</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understand your question, but it might be as simple as turning off the Scatter Plot visualization (top menu first icon from the left) and turning on the Line visualization (top menu, 6th icon from the left).&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 17:34:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-modify-markers-into-lines-curves-similar-to-excel/m-p/443758#M69178</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-12-09T17:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do modify markers into lines/curves similar to excel</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-modify-markers-into-lines-curves-similar-to-excel/m-p/443759#M69179</link>
      <description>&lt;P&gt;And if you hold the shift key while selecting the line element, you will have both points and lines.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 17:52:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-modify-markers-into-lines-curves-similar-to-excel/m-p/443759#M69179</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2021-12-09T17:52:53Z</dc:date>
    </item>
  </channel>
</rss>

