<?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: Coordinate problem with annotate dataset with G3D in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Coordinate-problem-with-annotate-dataset-with-G3D/m-p/28919#M843</link>
    <description>Oh yeah thats it. Thanks..</description>
    <pubDate>Fri, 05 Nov 2010 18:11:18 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-11-05T18:11:18Z</dc:date>
    <item>
      <title>Coordinate problem with annotate dataset with G3D</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Coordinate-problem-with-annotate-dataset-with-G3D/m-p/28917#M841</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to plot additional features over my surface plot by G3D procedure, however I am having problems setting the correct coordinate value.&lt;BR /&gt;
&lt;BR /&gt;
I want an arrow to be placed at a certain location, and the whole domain is:&lt;BR /&gt;
&lt;BR /&gt;
x=20-60 (latitude)&lt;BR /&gt;
y=200-260 (longitude)&lt;BR /&gt;
z=10.000-7.000 (pressure)&lt;BR /&gt;
&lt;BR /&gt;
I am defining my x y z coordinates in the annotate dataset as the actual values in the original dataset i.e. x=20 y=200 z=10.000 (the origin) and set my xsys ysys zsys variables to "3".&lt;BR /&gt;
&lt;BR /&gt;
However the arrow appears not in the exact x y z location but shifted with some arbitrary value in all 3 dimensions.&lt;BR /&gt;
&lt;BR /&gt;
What can be the reason for this??&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot.</description>
      <pubDate>Thu, 04 Nov 2010 20:18:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Coordinate-problem-with-annotate-dataset-with-G3D/m-p/28917#M841</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-11-04T20:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate problem with annotate dataset with G3D</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Coordinate-problem-with-annotate-dataset-with-G3D/m-p/28918#M842</link>
      <description>xsys, ysys, zsys = "3" treats the coordinates as "% of the graphics area", therefore x=20 is treated as 20% of the way from the left side of the graphics area, etc.&lt;BR /&gt;
&lt;BR /&gt;
Since you are using actual (data) values as your x, y, z then you will want to use xsys, ysys, zsys = "2".&lt;BR /&gt;
&lt;BR /&gt;
-----&lt;BR /&gt;
&lt;BR /&gt;
For more info on the xsys/ysys coordinate system values, the following table might help:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/images/annodata-fig3.gif" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/images/annodata-fig3.gif&lt;/A&gt;</description>
      <pubDate>Fri, 05 Nov 2010 12:22:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Coordinate-problem-with-annotate-dataset-with-G3D/m-p/28918#M842</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-11-05T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate problem with annotate dataset with G3D</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Coordinate-problem-with-annotate-dataset-with-G3D/m-p/28919#M843</link>
      <description>Oh yeah thats it. Thanks..</description>
      <pubDate>Fri, 05 Nov 2010 18:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Coordinate-problem-with-annotate-dataset-with-G3D/m-p/28919#M843</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-11-05T18:11:18Z</dc:date>
    </item>
  </channel>
</rss>

