Changeset 14195


Ignore:
Timestamp:
12/18/12 13:30:48 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added kml stuff with colorbar

Location:
issm/trunk-jpl/src/m/plot
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_gridded.m

    r13009 r14195  
    2424[x_m y_m data_grid]=InterpFromMeshToGrid(elements,x,y,data,xlim(1),ylim(2),post,post,round(diff(ylim)/post),round(diff(xlim)/post),NaN);
    2525if size(data_grid,1)<3 | size(data_grid,2)<3,
    26         error('data_grid size too small in plot_gridded, check posting and uni');
     26        error('data_grid size too small in plot_gridded, check posting and units');
    2727end
    2828
Note: See TracChangeset for help on using the changeset viewer.