<?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: Saving graph distribution and window generated by script. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Saving-graph-distribution-and-window-generated-by-script/m-p/74837#M35862</link>
    <description />
    <pubDate>Fri, 21 Sep 2018 12:27:18 GMT</pubDate>
    <dc:creator>Rob128</dc:creator>
    <dc:date>2018-09-21T12:27:18Z</dc:date>
    <item>
      <title>Saving graph distribution and window generated by script.</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-graph-distribution-and-window-generated-by-script/m-p/74611#M35826</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my issue.&lt;/P&gt;&lt;P&gt;I wrote different script to analyse a lot of datatable.&lt;/P&gt;&lt;P&gt;Some scripts&amp;nbsp;are generating Graph distribution and others are generating Window with specified data calculated.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;BR /&gt;&lt;BR /&gt;//*First type of graphics generated that fit in a project*/&lt;BR /&gt;New Window( "Distribution du target status",
	H List Box(
		For( p = 2, p &amp;lt;= dim, p++,
			nom = "target_status " || Char( p );
			col = Column( nom );
			corner = Contains(cornerList, nom);
			If (
			 corner == 0,
			Distribution( Uniform Scaling( 1 ), Continuous Distribution( Column( col ), 
			Show Percents( 1 ), Show Counts( 1 ) ) );
			);
		);
	)
);&lt;BR /&gt;&lt;BR /&gt;/******************************************************************************/&lt;BR /&gt;/* Second type of data that doesn't fit in a project */ &lt;BR /&gt;/Display wrong data&lt;BR /&gt;title = "Statistic status";&lt;BR /&gt;content1 = Text Box( "Nombre de target status valide : " );&lt;BR /&gt;content2 = Text Box( v );&lt;BR /&gt;content3 = Text Box( "Nombre de target status non valide : " );&lt;BR /&gt;content4 = Text Box( c );&lt;BR /&gt;//content5 = Text Box( "Nombre de bavure : " );&lt;BR /&gt;//content6 = Text Box( b );&lt;BR /&gt;//content7 = Text Box( "No target in previous range : "); &lt;BR /&gt;//content8 = Text Box( n ); &lt;BR /&gt;content9 = Text Box( "Ratio : " );&lt;BR /&gt;content10 = Text Box( r );&lt;BR /&gt;New Window( title, content1, content2, content3, content4, /*content5, content6, content7, content8,*/ content9, content10 );&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm using&amp;nbsp; 7 scripts that are generating 15 different data analysis. I would like to save, the datatable modified, graphics distribution generated and windows generated in one .pdf.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment I'm clicing a lot to save data table and distrubtion graph associated in a project, and I screen shot windows that can't go in project.&lt;/P&gt;&lt;P&gt;File &amp;gt; New &amp;gt; Project or Ctrl + Shift + P&lt;/P&gt;&lt;P&gt;It's a huge waste of time. I need to find a way to save everything in a .pdf where I can read&amp;nbsp;vertically form top to bottom each graphics in order I generated them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ps : I think I can merge all my sript in one if It could help...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 12:26:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-graph-distribution-and-window-generated-by-script/m-p/74611#M35826</guid>
      <dc:creator>Rob128</dc:creator>
      <dc:date>2018-09-20T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Saving graph distribution and window generated by script.</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-graph-distribution-and-window-generated-by-script/m-p/74656#M35838</link>
      <description>&lt;P&gt;What you need to do, is,&lt;/P&gt;
&lt;P&gt;1. At the beginning of your script, open a JMP Journal&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; ex:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myJournal = New Window( "Journal", &amp;lt;&amp;lt; journal );&lt;/P&gt;
&lt;P&gt;2. As you generate your data tables and results, move a copy to the above mentioned JMP Journal&lt;/P&gt;
&lt;P&gt;3. At the end of your processing, all you have to do is to save the JMP Journal to a PDF format.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:26:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-graph-distribution-and-window-generated-by-script/m-p/74656#M35838</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-09-20T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Saving graph distribution and window generated by script.</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-graph-distribution-and-window-generated-by-script/m-p/74837#M35862</link>
      <description />
      <pubDate>Fri, 21 Sep 2018 12:27:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-graph-distribution-and-window-generated-by-script/m-p/74837#M35862</guid>
      <dc:creator>Rob128</dc:creator>
      <dc:date>2018-09-21T12:27:18Z</dc:date>
    </item>
  </channel>
</rss>

