Changeset 186 for trunk/src/plot_field.m


Ignore:
Timestamp:
Jan 28, 2011, 8:24:05 AM (14 years ago)
Author:
sommeria
Message:

introduction Mesh for histograms in proj_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r185 r186  
    112112PlotType='text'; %default
    113113PlotParamOut=PlotParam;%default
    114 
     114if isempty(Data)
     115    PlotType='none';
     116   return
     117end
    115118% check input structure
    116119[Data,errormsg]=check_field_structure(Data);
Note: See TracChangeset for help on using the changeset viewer.