Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Logarithmic Surface Plot
Date: Mon, 17 Nov 2008 17:41:02 +0000 (UTC)
Organization: Atlantic Inertial Systems Ltd
Lines: 6
Message-ID: <gfsabd$go3$1@fred.mathworks.com>
References: <gfjcc3$pvk$1@fred.mathworks.com> <c%gTk.7044$Oq2.5807@newsfe08.iad> <gfrvht$g18$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1226943662 17155 172.30.248.35 (17 Nov 2008 17:41:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 17 Nov 2008 17:41:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1460496
Xref: news.mathworks.com comp.soft-sys.matlab:501249


> % Set all three axes to be log scale
> set(gca, 'XScale', 'log', 'YScale', 'log', 'ZScale', 'log')

Hey, it's as easy as that! There's always a simple solution! Now the only bit left to make it perfect, is to sort the colormap out! Now that I have a logarithmic surface plot, my surface color is pretty much the same! i.e. you can't see any variation because of the log scale! Hmmmm....

Thanks for the help!