help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TRS Surface Plot


From: Claudio Belotti
Subject: Re: TRS Surface Plot
Date: Wed, 27 May 2009 17:14:36 +0100

Jospeh,

> Basically, what I want to do, is create a 2D plot, with 'Elevation angle' as
> my X-axis, and 'Temperature' as my Y-axis. I want the plot to be colored,
> with the color denoted by the "Observed range deviation" data set (with a
> bar denoting the values on the side). Does anyone have any ideas on how to
> do this in Octave? (I have version 3.0.1)

I guess you want to use
pcolor or contour/contourf

try
help pcolor
help contourf at the prompt to see how to use the commands

Claudio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]