<?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: how to input picture in JMP？ in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-input-picture-in-JMP/m-p/38396#M22471</link>
    <description>&lt;P&gt;Here is an example&amp;nbsp;taken from the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Import Images from a Web Page &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can import images on the web into a data table, using the Expression data type. The following example creates a new data table and adds two images to it.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "test", New Column( "Image", Expression ) );
dt &amp;lt;&amp;lt; Add Rows( 1 );
dt:Image = New Image( Open( "http://www.jmp.com/support/help/13/images/MosaicPlot.png" ) );
dt &amp;lt;&amp;lt; Add Rows( 1 );
dt:Image = New Image( Open( "http://www.jmp.com/support/help/13/images/tTest_NoLoc.png" ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 22 Apr 2017 11:43:47 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-04-22T11:43:47Z</dc:date>
    <item>
      <title>how to input picture in JMP？</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-input-picture-in-JMP/m-p/38395#M22470</link>
      <description>dear，
how to input picture in JMP？

thanks</description>
      <pubDate>Sat, 22 Apr 2017 06:02:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-input-picture-in-JMP/m-p/38395#M22470</guid>
      <dc:creator>TONYMA</dc:creator>
      <dc:date>2017-04-22T06:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to input picture in JMP？</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-input-picture-in-JMP/m-p/38396#M22471</link>
      <description>&lt;P&gt;Here is an example&amp;nbsp;taken from the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Import Images from a Web Page &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can import images on the web into a data table, using the Expression data type. The following example creates a new data table and adds two images to it.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "test", New Column( "Image", Expression ) );
dt &amp;lt;&amp;lt; Add Rows( 1 );
dt:Image = New Image( Open( "http://www.jmp.com/support/help/13/images/MosaicPlot.png" ) );
dt &amp;lt;&amp;lt; Add Rows( 1 );
dt:Image = New Image( Open( "http://www.jmp.com/support/help/13/images/tTest_NoLoc.png" ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Apr 2017 11:43:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-input-picture-in-JMP/m-p/38396#M22471</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-04-22T11:43:47Z</dc:date>
    </item>
  </channel>
</rss>

