Ignore:
Timestamp:
Aug 31, 2012, 4:20:32 PM (12 years ago)
Author:
sommeria
Message:

bugs repaired. color images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_object.m

    r432 r534  
    4141hh=[];%default output
    4242% object representation is canceled if the field is not projected on a plane or is the same as the represented object
    43 if ~isfield(ObjectData,'Type')|| isequal(ProjObject,ObjectData)|| ~strcmp(ProjObject.Type,'plane')
     43if ~isfield(ObjectData,'Type')|| isequal(ProjObject,ObjectData)||~isfield(ProjObject,'Type')|| ~strcmp(ProjObject.Type,'plane')
    4444    if ~isempty(hplot) && ishandle(hplot) && ~strcmp(get(hplot,'Type'),'axes')
    4545        ObjectPlotData=get(hplot,'UserData');
Note: See TracChangeset for help on using the changeset viewer.