mgdevereux / googleearthtoolbox

Automatically exported from code.google.com/p/googleearthtoolbox
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

ge_colorbar colormap needs to call colormap #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run demo_ge_colorbar from download in R2007b
2. Failure at ge_colorbar line 93
3. Traces back to line 21 of ge_colorbar

What is the expected output? What do you see instead?
Successful demo.  Fails in interp1 

What version of the product are you using? On what operating system?
Latest.  Windows XP X64 (doesn't matter)

Please provide any additional information below.
Line 21 should be 
               cMap = colormap('jet');
not
               cMap = 'jet';

Original issue reported on code.google.com by harri...@gmail.com on 21 Apr 2008 at 1:09

GoogleCodeExporter commented 9 years ago

Original comment by jhspaaks@hotmail.com on 9 Jan 2009 at 7:10