<?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: Erro in axis statement in SAS EG 43? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Erro-in-axis-statement-in-SAS-EG-43/m-p/77632#M7672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;your example code shows:&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;axis2 order=-1E-8 to 1E-8 by 1E-8; The by step works as stated generating 3 ticks, 2 at extremes and on at 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis2 order=-1E-8 to 1E-8 by 0.2E-8; Is incorrect as it uses malformed scientific notation.&lt;/P&gt;&lt;P&gt;try 2E-9 for the step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 21:31:13 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2012-09-26T21:31:13Z</dc:date>
    <item>
      <title>Erro in axis statement in SAS EG 43?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Erro-in-axis-statement-in-SAS-EG-43/m-p/77631#M7671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, recetly I tried to plot data from electrochemical experiments where the y-axis was haveing datavalues in currents with the units amperes. However as the values themselves were nA the representation was as 1.0e-9 and the like. I tried to scale the y-axis using an axis statement such as: &lt;/P&gt;&lt;P&gt;axis2 order=-1E-8 to 1E-8 by 0.2E-8&lt;/P&gt;&lt;P&gt;but much to surprise this produces an error in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A test program to show it in EG43 is attached together with a jpg from the screen showing the faulty graph when using the axis statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Poul&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11789iF30445D7B052A198/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="error in EG43_1 with error.jpg" title="error in EG43_1 with error.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 11:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Erro-in-axis-statement-in-SAS-EG-43/m-p/77631#M7671</guid>
      <dc:creator>PoulRavn</dc:creator>
      <dc:date>2012-09-26T11:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Erro in axis statement in SAS EG 43?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Erro-in-axis-statement-in-SAS-EG-43/m-p/77632#M7672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;your example code shows:&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;axis2 order=-1E-8 to 1E-8 by 1E-8; The by step works as stated generating 3 ticks, 2 at extremes and on at 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis2 order=-1E-8 to 1E-8 by 0.2E-8; Is incorrect as it uses malformed scientific notation.&lt;/P&gt;&lt;P&gt;try 2E-9 for the step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 21:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Erro-in-axis-statement-in-SAS-EG-43/m-p/77632#M7672</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-09-26T21:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Erro in axis statement in SAS EG 43?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Erro-in-axis-statement-in-SAS-EG-43/m-p/77633#M7673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for adresser this. I am sorry for the confusion between text and pciture. However the use of&lt;/P&gt;&lt;P&gt;axis2 order=-1E-8 to 1E-8 by 2E-9;&lt;/P&gt;&lt;P&gt;DOES produce a faulty graph in EG43. See attached program and snapshot below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Poul&lt;IMG __jive_id="2577" alt="error in EG43 using axis statement.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/2577_error in EG43 using axis statement.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Erro-in-axis-statement-in-SAS-EG-43/m-p/77633#M7673</guid>
      <dc:creator>PoulRavn</dc:creator>
      <dc:date>2012-09-27T14:14:52Z</dc:date>
    </item>
  </channel>
</rss>

