<?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: How to programmably control the 3D plot, switching from greyscale to colorgram? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/431681#M211894</link>
    <description>Here is a little note from somebody who wasted a lot of time before finding this example...&lt;BR /&gt;&lt;BR /&gt;It is REALLY important that the ColorMapAutoScale property is set to false BEFORE you change the ColorMapValues.&lt;BR /&gt;I never new that the order of the elements in property nodes was important. Here it is!&lt;BR /&gt;&lt;BR /&gt;The example is correct - my code wasn't. Thanks for the example.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 24 Oct 2006 14:48:31 GMT</pubDate>
    <dc:creator>bef</dc:creator>
    <dc:date>2006-10-24T14:48:31Z</dc:date>
    <item>
      <title>How to programmably control the 3D plot, switching from greyscale to colorgram?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121485#M73183</link>
      <description>I am using the 3D parametric surface vi to plot a 3D matrix. It should be displayed either as a colorgram or greyscale plot, controlled by the users. But currently it seems like I just can stop running the program and then manually right click the display area, select the 3D plot properties to change ... How can I realize this by programming? Thanks. &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 14:17:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121485#M73183</guid>
      <dc:creator>BLpig</dc:creator>
      <dc:date>2004-03-02T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmably control the 3D plot, switching from greyscale to colorgram?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121486#M73184</link>
      <description>Hi BLpig,&lt;BR /&gt;&lt;BR /&gt;Hope this example will help you!&lt;BR /&gt;It's made in Labview 7.0! &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 16:18:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121486#M73184</guid>
      <dc:creator>BJK</dc:creator>
      <dc:date>2004-03-02T16:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmably control the 3D plot, switching from greyscale to colorgram?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121487#M73185</link>
      <description>hi, thank you so much! It works for me.&lt;BR /&gt;But one more step is, I also need to change the colormap or the colorvalues property as well (do they need to specify together?) since like for greyscale, I want to have my 0 value mapping to white and 3.5 value mapping to black. I think maybe I can work this out with the CWPlot3D.ColorMapColors and ColorMapValues ... but haven't figure out how to do it.&lt;BR /&gt;&lt;BR /&gt;How to do this? &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 17:54:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121487#M73185</guid>
      <dc:creator>BLpig</dc:creator>
      <dc:date>2004-03-02T17:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmably control the 3D plot, switching from greyscale to colorgram?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121488#M73186</link>
      <description>Hi BLpig,&lt;BR /&gt;&lt;BR /&gt;I changed the example so it is possible to change the colors and values during runtime.&lt;BR /&gt;Some explanation is in the example!&lt;BR /&gt;&lt;BR /&gt;Hope this will solve your problem! &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 19:30:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121488#M73186</guid>
      <dc:creator>BJK</dc:creator>
      <dc:date>2004-03-02T19:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmably control the 3D plot, switching from greyscale to colorgram?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121489#M73187</link>
      <description>hi, it works perfect for me now. Thank you so much! &lt;BR /&gt;</description>
      <pubDate>Thu, 04 Mar 2004 03:24:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/121489#M73187</guid>
      <dc:creator>BLpig</dc:creator>
      <dc:date>2004-03-04T03:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmably control the 3D plot, switching from greyscale to colorgram?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/431681#M211894</link>
      <description>Here is a little note from somebody who wasted a lot of time before finding this example...&lt;BR /&gt;&lt;BR /&gt;It is REALLY important that the ColorMapAutoScale property is set to false BEFORE you change the ColorMapValues.&lt;BR /&gt;I never new that the order of the elements in property nodes was important. Here it is!&lt;BR /&gt;&lt;BR /&gt;The example is correct - my code wasn't. Thanks for the example.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Oct 2006 14:48:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-programmably-control-the-3D-plot-switching-from-greyscale/m-p/431681#M211894</guid>
      <dc:creator>bef</dc:creator>
      <dc:date>2006-10-24T14:48:31Z</dc:date>
    </item>
  </channel>
</rss>

