<?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: About missing annotations and lines in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/About-missing-annotations-and-lines/m-p/805124#M98316</link>
    <description>&lt;P&gt;You might be able to recover some by opening it as a script IF the information is there. For example I saved graph like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1728654323118.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/69039i0146A19E6C5323FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1728654323118.png" alt="jthi_0-1728654323118.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;with embedded data and the script looks like this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Local Here(
	table1 = Open("$SAMPLE_DATA/Big Class.jmp");
	table1 &amp;lt;&amp;lt; Graph Builder(
		Size(528, 454),
		Show Control Panel(0),
		Variables(X(:height), Y(:weight)),
		Elements(Points(X, Y, Legend(6)), Smoother(X, Y, Legend(7))),
		SendToReport(
			Dispatch({}, "Graph Builder", FrameBox,
				{Add Text Annotation(
					Text("test"),
					Fixed Size(0),
					Text Box({91, 45, 130, 72}),
					Filled(0)
				), Add Polygon Annotation(
					Points(
						{161, 186},
						{92, 141},
						{23, 62},
						{107, 4},
						{183, 32},
						{198, 71},
						{62, 115}
					),
					Color("Blue"),
					Closed(1)
				)}
			)
		)
	);
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;which is able to recreate the report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also want to contact JMP Support about this.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 13:46:20 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-10-11T13:46:20Z</dc:date>
    <item>
      <title>About missing annotations and lines</title>
      <link>https://community.jmp.com/t5/Discussions/About-missing-annotations-and-lines/m-p/805111#M98315</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a graphic via graphic builder and added some annotations and lines on it.&lt;/P&gt;&lt;P&gt;I saved file as jrp and jpeg.&lt;/P&gt;&lt;P&gt;However, when I opened this&amp;nbsp; jrp file again to add something, I saw nothing!&lt;/P&gt;&lt;P&gt;All annotations and lines are missing and I couldn't find!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solution to show or bring them back?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 13:34:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/About-missing-annotations-and-lines/m-p/805111#M98315</guid>
      <dc:creator>Climatips</dc:creator>
      <dc:date>2024-10-11T13:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: About missing annotations and lines</title>
      <link>https://community.jmp.com/t5/Discussions/About-missing-annotations-and-lines/m-p/805124#M98316</link>
      <description>&lt;P&gt;You might be able to recover some by opening it as a script IF the information is there. For example I saved graph like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1728654323118.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/69039i0146A19E6C5323FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1728654323118.png" alt="jthi_0-1728654323118.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;with embedded data and the script looks like this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Local Here(
	table1 = Open("$SAMPLE_DATA/Big Class.jmp");
	table1 &amp;lt;&amp;lt; Graph Builder(
		Size(528, 454),
		Show Control Panel(0),
		Variables(X(:height), Y(:weight)),
		Elements(Points(X, Y, Legend(6)), Smoother(X, Y, Legend(7))),
		SendToReport(
			Dispatch({}, "Graph Builder", FrameBox,
				{Add Text Annotation(
					Text("test"),
					Fixed Size(0),
					Text Box({91, 45, 130, 72}),
					Filled(0)
				), Add Polygon Annotation(
					Points(
						{161, 186},
						{92, 141},
						{23, 62},
						{107, 4},
						{183, 32},
						{198, 71},
						{62, 115}
					),
					Color("Blue"),
					Closed(1)
				)}
			)
		)
	);
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;which is able to recreate the report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also want to contact JMP Support about this.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 13:46:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/About-missing-annotations-and-lines/m-p/805124#M98316</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-10-11T13:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: About missing annotations and lines</title>
      <link>https://community.jmp.com/t5/Discussions/About-missing-annotations-and-lines/m-p/805125#M98317</link>
      <description>&lt;P&gt;Using JMP 18, I created a Graph Builder display with simple annotation.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1728654343724.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/69040i9D562257EC0A857B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1728654343724.png" alt="txnelson_0-1728654343724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I then used&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;File=&amp;gt;Save As&lt;/P&gt;
&lt;P&gt;and saved the graphic, embedding the data table when asked.&lt;/P&gt;
&lt;P&gt;Then I reopened the file and the annotation was included when it was displayed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What release of JMP are you using?&lt;/P&gt;
&lt;P&gt;Did you save as I described how I did?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 13:51:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/About-missing-annotations-and-lines/m-p/805125#M98317</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-10-11T13:51:24Z</dc:date>
    </item>
  </channel>
</rss>

