<?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: Scatterplot 3D tiff resolution in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Scatterplot-3D-tiff-resolution/m-p/72941#M35702</link>
    <description>&lt;P&gt;Try resizing the graph (make it larger) before saving the image rather than changing the dpi of the saved image.&amp;nbsp; With a script you can make the image much larger than your monitor size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
dt = Open("$SAMPLE_DATA/iris.jmp");
s3d = dt &amp;lt;&amp;lt; Scatterplot 3D(
	Y( :Sepal length, :Sepal width, :Petal length, :Petal width ),
	Frame3D( Set Graph Size( 2000, 2000 ) )
);
s3d &amp;lt;&amp;lt; Save Picture("$DESKTOP/image.png","png");&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 15 Sep 2018 01:30:42 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2018-09-15T01:30:42Z</dc:date>
    <item>
      <title>Scatterplot 3D tiff resolution</title>
      <link>https://community.jmp.com/t5/Discussions/Scatterplot-3D-tiff-resolution/m-p/72911#M35701</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to export a 3D scatter plot at a high resolution. Once I do this (600 or 1200 dpi) the data frame is clean, but the actual plotted data and axis are still pixelated. See attached image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a method for exporting 3D plots in high resolution?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;-Lucas&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 22:46:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scatterplot-3D-tiff-resolution/m-p/72911#M35701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T22:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplot 3D tiff resolution</title>
      <link>https://community.jmp.com/t5/Discussions/Scatterplot-3D-tiff-resolution/m-p/72941#M35702</link>
      <description>&lt;P&gt;Try resizing the graph (make it larger) before saving the image rather than changing the dpi of the saved image.&amp;nbsp; With a script you can make the image much larger than your monitor size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
dt = Open("$SAMPLE_DATA/iris.jmp");
s3d = dt &amp;lt;&amp;lt; Scatterplot 3D(
	Y( :Sepal length, :Sepal width, :Petal length, :Petal width ),
	Frame3D( Set Graph Size( 2000, 2000 ) )
);
s3d &amp;lt;&amp;lt; Save Picture("$DESKTOP/image.png","png");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Sep 2018 01:30:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scatterplot-3D-tiff-resolution/m-p/72941#M35702</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2018-09-15T01:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Scatterplot 3D tiff resolution</title>
      <link>https://community.jmp.com/t5/Discussions/Scatterplot-3D-tiff-resolution/m-p/74951#M35883</link>
      <description>&lt;P&gt;Thank you. I will try this asap.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 18:09:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scatterplot-3D-tiff-resolution/m-p/74951#M35883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T18:09:40Z</dc:date>
    </item>
  </channel>
</rss>

