Changeset 866 for trunk/src/plot_field.m


Ignore:
Timestamp:
Feb 8, 2015, 7:26:02 AM (9 years ago)
Author:
sommeria
Message:

stereo_civ_updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r864 r866  
    1515%
    1616% OUPUT:
    17 % PlotType: type of plot: 'text','line'(curve plot),'plane':2D view,'volume'
     17% PlotType: type of plot: 'text','line'(curve plot),'plane':2D view,'volume', or errormsg
    1818% PlotParamOut: structure, representing the updated  plotting parameters, in case of automatic scaling
    1919% haxes: handle of the plotting axis, when a new figure is created.
     
    251251%% display error message
    252252if ~isempty(errormsg)
     253    PlotType=errormsg;
    253254    msgbox_uvmat('ERROR', errormsg)
    254255end
     
    637638    if isfield(CellInfo{icell},'VarIndex_vector_x')&&isfield(CellInfo{icell},'VarIndex_vector_y') % vector components detected
    638639        if test_vec% a vector field has been already detected
    639             errormsg='error in plot_field: attempt to plot two vector fields: to get the difference project on a plane with mode interp';
     640            errormsg='error in plot_field: attempt to plot two vector fields: to get the difference project on a plane with ProjMode= interp_lin or interp_tps';
    640641            return
    641642        else
Note: See TracChangeset for help on using the changeset viewer.