TRS Surface Plot

Claudio Belotti claudio.belotti at gmail.com
Wed May 27 11:14:36 CDT 2009


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


More information about the Help-octave mailing list