<?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: Problems with parallel graphs: Continuity and similar scale in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/412500#M66202</link>
    <description>&lt;P&gt;Thanks, Nelson.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second one worked fine. There was a small point: look for it on the horizontal axis and not the vertical one!&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the first one, it could be misleading, as I may want to change the combination of the series to watch; so I should look for a better alternative.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 10:43:55 GMT</pubDate>
    <dc:creator>Hamid</dc:creator>
    <dc:date>2021-08-25T10:43:55Z</dc:date>
    <item>
      <title>Problems with parallel graphs: Continuity and similar scale</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/412120#M66172</link>
      <description>&lt;P&gt;Hi mates,&lt;/P&gt;&lt;P&gt;Working with parallel graphs, I have got 2 problems and would be appreciated if anyone can help me resolve it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Continuity: Say you have 6 series on your X-axis, but one of your data sets is missing series 4, then the connection between 3 and 5 will be missed. Is there any way to make the graph continues and connects the series just neglecting the missing points?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- Scale: If the number of series increases in the parallel plot, each of the verticals will have its own scale which is not editable. Is there a way to make the same scale for all of them?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:17:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/412120#M66172</guid>
      <dc:creator>Hamid</dc:creator>
      <dc:date>2023-06-11T11:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel graphs: Continuity and similar scale</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/412142#M66174</link>
      <description>&lt;P&gt;On your first issue, the only think I can suggest is that you could calculate a value for the missing cells.&amp;nbsp; Setting the value to zero....iff appropriate, or interpolating the value the cell would have if the line was drawn from the previous non missing value to the first non missing value.&lt;/P&gt;
&lt;P&gt;On the second issue, there is a checkbox on the initial dialog that standardizes the&amp;nbsp; scales.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 12:25:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/412142#M66174</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-08-24T12:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel graphs: Continuity and similar scale</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/412500#M66202</link>
      <description>&lt;P&gt;Thanks, Nelson.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second one worked fine. There was a small point: look for it on the horizontal axis and not the vertical one!&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the first one, it could be misleading, as I may want to change the combination of the series to watch; so I should look for a better alternative.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 10:43:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/412500#M66202</guid>
      <dc:creator>Hamid</dc:creator>
      <dc:date>2021-08-25T10:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with parallel graphs: Continuity and similar scale</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/556691#M77061</link>
      <description>&lt;P&gt;For the parallel Plot in &lt;STRONG&gt;GraphBuilder&lt;/STRONG&gt;, is there a setting to use a common Y scale for all parameters?&lt;BR /&gt;For the plot below, if the grades keep a constant position along the Y&amp;nbsp; axis, it will be much easier ...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HolgerSp_0-1665928663795.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46342i8BA9F387C90CDFAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HolgerSp_0-1665928663795.png" alt="HolgerSp_0-1665928663795.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;dt &amp;lt;&amp;lt; New Table( "grades",
	Add Rows( 15 ),
	Set Header Height( 46 ),
	New Column( "grade #1", Character, "Nominal", Set Values( {"A", "A", "A", "A", "A", "A", "B", "B", "B", "B", "B", "C", "A", "A", "B"} ) ),
	New Column( "grade #2", Character, "Nominal", Set Values( {"B", "B", "B", "B", "B", "B", "B", "B", "B", "B", "B", "A", "A", "B", "A"} ) ),
	New Column( "grade #3", Character, "Nominal", Set Values( {"C", "C", "C", "C", "C", "C", "B", "B", "B", "B", "B", "C", "C", "C", "C"} ) )
);

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 697, 385 ),
	Show Control Panel( 0 ),
	Graph Spacing( 5 ),
	Variables(
		X( :grade #1 ),
		X( :grade #2, Position( 1 ) ),
		X( :grade #3, Position( 1 ) ),
		Overlay( :grade #1 )
	),
	Elements( Parallel( X( 1 ), X( 2 ), X( 3 ), Legend( 9 ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 14:09:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-parallel-graphs-Continuity-and-similar-scale/m-p/556691#M77061</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-10-16T14:09:51Z</dc:date>
    </item>
  </channel>
</rss>

