<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237856</link>
    <title>MATLAB Central Newsreader - waterfall colours</title>
    <description>Feed for thread: waterfall colours</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 20 Oct 2008 16:46:02 -0400</pubDate>
      <title>waterfall colours</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237856#606378</link>
      <author>Dave Brackett</author>
      <description>I have created a waterfall plot showing several sets of FFT data (using the built in waterfall function).&lt;br&gt;
&lt;br&gt;
I want each set to be a different colour, but the only colouration that seems possible is in the z direction. My sets are stacked in the y or x direction. Any ideas how I can achieve this? Thanks.</description>
    </item>
    <item>
      <pubDate>Mon, 20 Oct 2008 17:12:17 -0400</pubDate>
      <title>Re: waterfall colours</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237856#606388</link>
      <author>Matt Hughes</author>
      <description>Try this out! It grabs the color data from a sideways plot and applies it to a right-way up plot.&lt;br&gt;
&lt;br&gt;
h = waterfall(Z, X, Y);&lt;br&gt;
colors = get(h, 'CData');&lt;br&gt;
h2 = waterfall(X, Y, Z);&lt;br&gt;
set(h2, 'CData', colors);</description>
    </item>
    <item>
      <pubDate>Mon, 20 Oct 2008 19:20:04 -0400</pubDate>
      <title>Re: waterfall colours</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237856#606426</link>
      <author>Dave Brackett</author>
      <description>Matt Hughes &amp;lt;zapwow@gmail.com&amp;gt; wrote in message &amp;lt;13906319.1224522768423.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; Try this out! It grabs the color data from a sideways plot and applies it to a right-way up plot.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; h = waterfall(Z, X, Y);&lt;br&gt;
&amp;gt; colors = get(h, 'CData');&lt;br&gt;
&amp;gt; h2 = waterfall(X, Y, Z);&lt;br&gt;
&amp;gt; set(h2, 'CData', colors);&lt;br&gt;
&lt;br&gt;
yeah that works! nice workaround. thanks.</description>
    </item>
  </channel>
</rss>

