<?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 Combine charts in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Combine-charts/m-p/769668#M95055</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;can I have combine chart on X axis when 1 part will have boxplot - no X axis and second part will be fit with X axis additional data. Charts created separately in attached file&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2024 07:17:20 GMT</pubDate>
    <dc:creator>MichaH</dc:creator>
    <dc:date>2024-07-02T07:17:20Z</dc:date>
    <item>
      <title>Combine charts</title>
      <link>https://community.jmp.com/t5/Discussions/Combine-charts/m-p/769668#M95055</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;can I have combine chart on X axis when 1 part will have boxplot - no X axis and second part will be fit with X axis additional data. Charts created separately in attached file&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:17:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combine-charts/m-p/769668#M95055</guid>
      <dc:creator>MichaH</dc:creator>
      <dc:date>2024-07-02T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Combine charts</title>
      <link>https://community.jmp.com/t5/Discussions/Combine-charts/m-p/769681#M95057</link>
      <description>&lt;P&gt;I think you have to have additional X-axis (you can for example create transform column or use existing one) and then modify it as needed. In this example I have used Days in Operations as the x-axis but I have removed it from the BoxPlot variables&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1719906254533.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65786iB85E7D22145D0D4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1719906254533.png" alt="jthi_0-1719906254533.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;From here you can remove tick marks and the label&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1719906295562.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65787i44FA6840782B8E8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1719906295562.png" alt="jthi_1-1719906295562.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size(706, 589),
	Show Control Panel(0),
	Variables(X(:Days in Operations), X(:Days in Operations), Y(:Value1), Y(:Value2, Position(1))),
	Elements(Position(1, 1), Box Plot(Y(1), Y(2), Legend(20))),
	Elements(Position(2, 1), Line Of Fit(X, Y(1), Y(2), Legend(16), Confidence of Fit(0)), Points(X, Y(1), Y(2), Legend(17))),
	SendToReport(
		Dispatch(
			{},
			"Days in Operations",
			ScaleBox,
			{Label Row({Automatic Font Size(0), Automatic Tick Marks(0), Show Major Labels(0), Show Major Ticks(0), Show Minor Ticks(0)})}
		),
		Dispatch({}, "X title", TextEditBox, {Set Text("")})
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:46:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combine-charts/m-p/769681#M95057</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-02T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Combine charts</title>
      <link>https://community.jmp.com/t5/Discussions/Combine-charts/m-p/769986#M95089</link>
      <description>&lt;P&gt;Thank you. I was able to replicate.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 05:11:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combine-charts/m-p/769986#M95089</guid>
      <dc:creator>MichaH</dc:creator>
      <dc:date>2024-07-03T05:11:59Z</dc:date>
    </item>
  </channel>
</rss>

