<?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 Graph builder - different types of visualization at the same plot in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-builder-different-types-of-visualization-at-the-same-plot/m-p/952280#M109942</link>
    <description>&lt;P&gt;How can I have only dots only for the RSF variable and then lines for the rest variable that represent the mean values and the prediction interval? When I select a column and I click on the different types of plots at the top ribbon it changes the plotting type for all variables&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="Georgios_Tsim_0-1780558026428.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/105715iC7F2043605C442AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Georgios_Tsim_0-1780558026428.png" alt="Georgios_Tsim_0-1780558026428.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Graph builder JMP (16.2)&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2026 07:30:51 GMT</pubDate>
    <dc:creator>Georgios_Tsim</dc:creator>
    <dc:date>2026-06-04T07:30:51Z</dc:date>
    <item>
      <title>Graph builder - different types of visualization at the same plot</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-builder-different-types-of-visualization-at-the-same-plot/m-p/952280#M109942</link>
      <description>&lt;P&gt;How can I have only dots only for the RSF variable and then lines for the rest variable that represent the mean values and the prediction interval? When I select a column and I click on the different types of plots at the top ribbon it changes the plotting type for all variables&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="Georgios_Tsim_0-1780558026428.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/105715iC7F2043605C442AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Georgios_Tsim_0-1780558026428.png" alt="Georgios_Tsim_0-1780558026428.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Graph builder JMP (16.2)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 07:30:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-builder-different-types-of-visualization-at-the-same-plot/m-p/952280#M109942</guid>
      <dc:creator>Georgios_Tsim</dc:creator>
      <dc:date>2026-06-04T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Graph builder - different types of visualization at the same plot</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-builder-different-types-of-visualization-at-the-same-plot/m-p/952291#M109943</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 534, 456 ),
	Show Control Panel( 0 ),
	Variables(
		X( :BH ),
		Y( :RSF ),
		Y( :Upper 90% Indiv RSF, Position( 1 ) ),
		Y( :RSF Mean, Position( 1 ) ),
		Y( :Lower 90% Indiv RSF, Position( 1 ) )
	),
	Elements(
		Points( X, Y( 1 ), Legend( 18 ) ),
		Line( X, Y( 3 ), Legend( 19 ) ),
		Smoother( X, Y( 2 ), Y( 4 ), Legend( 20 ) )
	),
	SendToReport(
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{Add Graphics Script( 7, Description( "" ), Empty() )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Jun 2026 07:46:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-builder-different-types-of-visualization-at-the-same-plot/m-p/952291#M109943</guid>
      <dc:creator>Georgios_Tsim</dc:creator>
      <dc:date>2026-06-04T07:46:22Z</dc:date>
    </item>
  </channel>
</rss>

