<?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: Error while running example - Save Picture () in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Error-while-running-example-Save-Picture/m-p/482168#M72652</link>
    <description>&lt;P&gt;The line&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rbiv &amp;lt;&amp;lt; Save Picture( "path/to/example.png", "png" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;contains an invalid path.&amp;nbsp; It is assuming the viewer will change&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;path/to/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to a valid path on the users computer.&lt;/P&gt;
&lt;P&gt;I suggest you pass this to JMP Support.&amp;nbsp; &amp;nbsp;There should at least be a comment indicating the line needs to be changed.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 13:22:53 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-04-26T13:22:53Z</dc:date>
    <item>
      <title>Error while running example - Save Picture ()</title>
      <link>https://community.jmp.com/t5/Discussions/Error-while-running-example-Save-Picture/m-p/482095#M72647</link>
      <description>&lt;P&gt;I am on 16.2.0 (Windows 10).&lt;/P&gt;&lt;P&gt;While running the Save Picture (example) in the Scripting Index, I am getting the attached error. What is going wrong?&lt;/P&gt;&lt;PRE&gt;//:*/
&amp;lt;&amp;lt; Save Picture( "path/to/example.png", "png" );
/*:


//:*/
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
/*:

Data Table( "Big Class" )
//:*/
Names Default To Here( 1 );
//This message applies to all display box objects
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = dt &amp;lt;&amp;lt; Bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;
rbiv &amp;lt;&amp;lt; Save Picture( "path/to/example.png", "png" );
/*:

File \path\to\example.png could not be saved in access or evaluation of 'Glue' , Names Default To Here( 1 ); /*###*/dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); /*###*/
biv = dt &amp;lt;&amp;lt; Bivariate( y( :weight ), x( :height ) ); /*###*/rbiv = biv &amp;lt;&amp;lt; report; /*###*/
rbiv &amp;lt;&amp;lt; Save Picture( "path/to/example.png", "png" ) /*###*/;

at line 3 in Scripting Index&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:24:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Error-while-running-example-Save-Picture/m-p/482095#M72647</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-06-11T11:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running example - Save Picture ()</title>
      <link>https://community.jmp.com/t5/Discussions/Error-while-running-example-Save-Picture/m-p/482168#M72652</link>
      <description>&lt;P&gt;The line&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rbiv &amp;lt;&amp;lt; Save Picture( "path/to/example.png", "png" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;contains an invalid path.&amp;nbsp; It is assuming the viewer will change&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;path/to/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to a valid path on the users computer.&lt;/P&gt;
&lt;P&gt;I suggest you pass this to JMP Support.&amp;nbsp; &amp;nbsp;There should at least be a comment indicating the line needs to be changed.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 13:22:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Error-while-running-example-Save-Picture/m-p/482168#M72652</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-04-26T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while running example - Save Picture ()</title>
      <link>https://community.jmp.com/t5/Discussions/Error-while-running-example-Save-Picture/m-p/482361#M72674</link>
      <description>&lt;P&gt;try something like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rbiv &amp;lt;&amp;lt; Save Picture( "$DESKTOP/example.png", "png" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to put the picture on the desktop. Or $DOCUMENTS , $TEMP , $DOWNLOADS for other interesting places.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 10:12:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Error-while-running-example-Save-Picture/m-p/482361#M72674</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-04-27T10:12:15Z</dc:date>
    </item>
  </channel>
</rss>

