<?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: Initial value on XY Graph Problem in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284606#M721237</link>
    <description>&lt;P&gt;The reason why I don't send my VI on the forum is I work on several PC and I cannot transfer my NI files on the computer which is connected to the web. So, I have to be the more precise and clear as possible :). The problem doesn't come from my data file. My data are correctly displayed, the problem is&amp;nbsp;that a first point is displayed at coordonates (0,0) and after that&amp;nbsp;the the second point displayed is the good one. At the&amp;nbsp;end&amp;nbsp;the line of curve comes back at the origin, like the graph was initialise to begin at (0,0) and to fish at the same point.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2013 15:53:26 GMT</pubDate>
    <dc:creator>LabDev29</dc:creator>
    <dc:date>2013-01-18T15:53:26Z</dc:date>
    <item>
      <title>Initial value on XY Graph Problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284498#M721210</link>
      <description>&lt;DIV class="lia-spoiler-border"&gt;
&lt;DIV class="lia-spoiler-content" style="display: block;"&gt;&lt;STRONG&gt;Hi everybody !&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="lia-spoiler-content" style="display: block;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="lia-spoiler-content" style="display: block;"&gt;&lt;STRONG&gt;When I display data on XY Graph, the curve begins at the origin of the graph when my first data is different. How can I do to begin my curve at the&amp;nbsp;right place ?&amp;nbsp;When my last point is diplayed, the line&amp;nbsp;of curve&amp;nbsp;comes back at the origin of the graph. Thanks in advance for your answers.&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="lia-spoiler-content" style="display: block;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Jan 2013 14:55:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284498#M721210</guid>
      <dc:creator>LabDev29</dc:creator>
      <dc:date>2013-01-18T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Initial value on XY Graph Problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284504#M721212</link>
      <description>&lt;P&gt;Hi LabDev,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it seems you have points at origin in your plot(s). When you don't need them you should not include them in your plots...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't you think it would help to show your VI when you wnat help for such a problem?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 14:57:49 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284504#M721212</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2013-01-18T14:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Initial value on XY Graph Problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284556#M721224</link>
      <description>&lt;P&gt;I think it might be a problem of configuration in graph options but I don't find the correponding item in the different menu. So, is there an option allowing to avoid to begin&amp;nbsp;at the origin (0,0)&amp;nbsp;? &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 15:27:04 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284556#M721224</guid>
      <dc:creator>LabDev29</dc:creator>
      <dc:date>2013-01-18T15:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Initial value on XY Graph Problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284560#M721225</link>
      <description>&lt;P&gt;Hi LabDev,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the option is not to include the point (0,0) in your data!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show your VI and we will (probably) spot the problem...&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 15:28:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284560#M721225</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2013-01-18T15:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Initial value on XY Graph Problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284606#M721237</link>
      <description>&lt;P&gt;The reason why I don't send my VI on the forum is I work on several PC and I cannot transfer my NI files on the computer which is connected to the web. So, I have to be the more precise and clear as possible :). The problem doesn't come from my data file. My data are correctly displayed, the problem is&amp;nbsp;that a first point is displayed at coordonates (0,0) and after that&amp;nbsp;the the second point displayed is the good one. At the&amp;nbsp;end&amp;nbsp;the line of curve comes back at the origin, like the graph was initialise to begin at (0,0) and to fish at the same point.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 15:53:26 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284606#M721237</guid>
      <dc:creator>LabDev29</dc:creator>
      <dc:date>2013-01-18T15:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Initial value on XY Graph Problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284612#M721239</link>
      <description>&lt;P&gt;Hi LabDev,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when the first and the last point of the plot is at (0,0) then you have those points in the data that is wired to the graph!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Delete those points and you will be fine!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 15:56:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284612#M721239</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2013-01-18T15:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Initial value on XY Graph Problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284622#M721242</link>
      <description>&lt;P&gt;Please don't keep insisting that there is a configuration problem with the graph. As Gerd has said three times now, the problem is with the data. The graph simply displays EVERYTHING you pass to it. It does not add anything.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 15:59:33 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Initial-value-on-XY-Graph-Problem/m-p/2284622#M721242</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2013-01-18T15:59:33Z</dc:date>
    </item>
  </channel>
</rss>

