Changeset 99 for trunk/src/plot_field.m


Ignore:
Timestamp:
Jun 8, 2010, 5:43:33 PM (14 years ago)
Author:
sommeria
Message:

plot_field.m, update_obj.m do not change figure names
view_field.m,uvmat.m cleaning code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r94 r99  
    141141if testnewfig% create a new figure and axes if the plotting axes does not exist
    142142    hfig=figure;
    143     if isfield(Data,'IndexObj') && isfield(Data,'Style') && isfield(Data,'ProjMode')
    144         figname=[num2str(Data.IndexObj) '-' Data.Style];
    145         set(hfig,'Name',figname)
    146     end
     143%     if isfield(Data,'IndexObj') && isfield(Data,'Style') && isfield(Data,'ProjMode')
     144%         figname=[num2str(Data.IndexObj) '-' Data.Style];
     145%         set(hfig,'Name',figname)
     146%     end
    147147%     testhandle=0;
    148148    if isfield(PlotParam,'text_display_1') && ishandle(PlotParam.text_display_1)
Note: See TracChangeset for help on using the changeset viewer.