<?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: Dynamic identification of value on the curve in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136447#M5221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it appropriate to assume a linear interpolation between actual measurement times? If not you may want to look at a modeling procedure as the results would yeild an equation amenable to such graphing by building a display set.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2014 19:45:33 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-04-28T19:45:33Z</dc:date>
    <item>
      <title>Dynamic identification of value on the curve</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136444#M5218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find a way to identify value of a point on curve intersected by line from x-axis. I am trying to overlay a series plot and needle plot. I know the value on x-axis for needle plot but would like to know corresponding value ( at the intersection point on seriesplot) on the curve and would like to display or extend the needle to that point ( i am uanble to figure out how to use TIP). I am using proc template with GTL code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 18:51:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136444#M5218</guid>
      <dc:creator>VijayM</dc:creator>
      <dc:date>2014-04-28T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic identification of value on the curve</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136445#M5219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by "Dynamic".&amp;nbsp; Assuming you are not using the SMOOTHCONNECT option, the (x, y) points on a SERIESPLOT are connected with a straight line segments.&amp;nbsp; Assuming your data is sorted by the x variable, you can find the two points on the series that straddle the needle x-axis value.&amp;nbsp; Then, you can compute the y coordinate with a linear interpolation.&amp;nbsp; You could use a DROPLINE statement to create a "needle" from the intersection point to the x-axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 19:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136445#M5219</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-04-28T19:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic identification of value on the curve</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136446#M5220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay for your quick response. I can give bit more details. I am plotting Hemoglin values versus drug exposure duration. I would like to check value of hemoglobin at a specific timepoint ( hemoglobin may not be collected at this point).&lt;/P&gt;&lt;P&gt;But this is an event date and i would like to see what would be hemoglobin value this this event time ( and draw needle from x-axis to this point).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 19:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136446#M5220</guid>
      <dc:creator>VijayM</dc:creator>
      <dc:date>2014-04-28T19:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic identification of value on the curve</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136447#M5221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it appropriate to assume a linear interpolation between actual measurement times? If not you may want to look at a modeling procedure as the results would yeild an equation amenable to such graphing by building a display set.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 19:45:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136447#M5221</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-04-28T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic identification of value on the curve</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136448#M5222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both for response. I have used PROC TRANSREG to get the value for specific timepoint on x-axis. I got the answer i was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:21:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Dynamic-identification-of-value-on-the-curve/m-p/136448#M5222</guid>
      <dc:creator>VijayM</dc:creator>
      <dc:date>2014-04-29T15:21:25Z</dc:date>
    </item>
  </channel>
</rss>

