<?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: Color changing plot in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754717#M345666</link>
    <description>jmcbee is right.&lt;BR /&gt;&lt;BR /&gt;I would test every value for it's range and replace it with NaN if it's in the wrong range.&lt;BR /&gt;&lt;BR /&gt;Ton&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 31 Jul 2008 19:42:03 GMT</pubDate>
    <dc:creator>TCPlomp</dc:creator>
    <dc:date>2008-07-31T19:42:03Z</dc:date>
    <item>
      <title>Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754704#M345656</link>
      <description>&lt;DIV&gt;I just finished a program and wanted to add a few things just to make it look nice.&lt;/DIV&gt;
&lt;DIV&gt;One thing I wanted to do, if possible, is the following:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I have an XY chart. &lt;/DIV&gt;
&lt;DIV&gt;Say, I have a range of 0 - 100.&lt;/DIV&gt;
&lt;DIV&gt;Can I make the segment of&amp;nbsp;line that is below 33 be red, 33-66 be yellow, 66-100 be green?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I would assume there is some property node that controls that, but I can't find it.&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:29:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754704#M345656</guid>
      <dc:creator>Cory_K</dc:creator>
      <dc:date>2008-07-31T19:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754705#M345657</link>
      <description>I think the best way to do that would be to take your single plot and make it into plot three plots on your xy graph, with each plot representing one of the data ranges.&amp;nbsp; This way you can use a property node to change the color of each plot so that it is represented as you want.&amp;nbsp; The property you want is Plot&amp;gt;&amp;gt;Fill/Point Color.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:33:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754705#M345657</guid>
      <dc:creator>jon_mcbee</dc:creator>
      <dc:date>2008-07-31T19:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754707#M345659</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;There is no way I can make the color change?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:35:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754707#M345659</guid>
      <dc:creator>Cory_K</dc:creator>
      <dc:date>2008-07-31T19:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754709#M345661</link>
      <description>You can make the color change for each plot, but this would mean that your XY graph would have only one color.&amp;nbsp; By breaking your plot into three plots (0-33,34-66,67-100?) you can color each individually by using a property node, setting the active plot and then changing the fill/point color.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:37:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754709#M345661</guid>
      <dc:creator>jon_mcbee</dc:creator>
      <dc:date>2008-07-31T19:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754717#M345666</link>
      <description>jmcbee is right.&lt;BR /&gt;&lt;BR /&gt;I would test every value for it's range and replace it with NaN if it's in the wrong range.&lt;BR /&gt;&lt;BR /&gt;Ton&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:42:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754717#M345666</guid>
      <dc:creator>TCPlomp</dc:creator>
      <dc:date>2008-07-31T19:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754804#M345713</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Ton,&lt;/P&gt;
&lt;P&gt;I've made an example based on your description. Here it is for reference.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2008 21:47:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/754804#M345713</guid>
      <dc:creator>Tobin</dc:creator>
      <dc:date>2008-07-31T21:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/755358#M345961</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;OK, i misunderstood what you said.&lt;BR /&gt;I thought you meant to have 3 seperate graphs.&lt;/P&gt;
&lt;P&gt;That looks like it will work great.&lt;BR /&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2008 16:59:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/755358#M345961</guid>
      <dc:creator>Cory_K</dc:creator>
      <dc:date>2008-08-01T16:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/755405#M345985</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hey Tobin, do you think you could attach that file as a .vi instead of png.&lt;BR /&gt;I am having a hard time seeing all of the things you did.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Cory&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2008 18:22:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/755405#M345985</guid>
      <dc:creator>Cory_K</dc:creator>
      <dc:date>2008-08-01T18:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/756050#M346287</link>
      <description>&lt;DIV&gt;Cory,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Here it is in ver 8.5.&lt;/DIV&gt;
&lt;DIV&gt;Sorry it took so long, I was out on Friday and I did not check back until this morning.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Tobin&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:22:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/756050#M346287</guid>
      <dc:creator>Tobin</dc:creator>
      <dc:date>2008-08-04T12:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Color changing plot</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/758024#M347250</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Thanks, that was a lot of help.</description>
      <pubDate>Wed, 06 Aug 2008 19:24:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Color-changing-plot/m-p/758024#M347250</guid>
      <dc:creator>Cory_K</dc:creator>
      <dc:date>2008-08-06T19:24:59Z</dc:date>
    </item>
  </channel>
</rss>

