Changeset 511 for trunk/src/mouse_up.m


Ignore:
Timestamp:
Aug 2, 2012, 3:12:48 PM (12 years ago)
Author:
sommeria
Message:

cleaning of uvmat and related fcts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_up.m

    r483 r511  
    143143                    else
    144144                        hhview_field=guidata(hview_field);
    145                         [PlotType,PlotParam]=plot_field(ProjData,hhview_field.axes3,read_GUI(hview_field));%update an existing  plot in view_field
     145                        [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%update an existing  plot in view_field
    146146                        write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object
    147147                    end
    148148                    ViewFieldData=get(hview_field,'UserData');
    149                     %                     ViewFieldData.axes3=ProjData;
     149                    %                     ViewFieldData.PlotAxes=ProjData;
    150150                    haxes=findobj(hview_field,'tag','axes3');
    151151                    if strcmp(get(haxes,'Visible'),'off')%sempty(PlotParam.Coordinates)% case of no plot display (pure text table)
     
    160160                    end
    161161                else
    162                     UvData.axes3=ProjData;
    163                     [PlotType,PlotParam]=plot_field(ProjData,hhuvmat.axes3,read_GUI(hhuvmat));%update an existing field plot
     162                    UvData.PlotAxes=ProjData;
     163                    [PlotType,PlotParam]=plot_field(ProjData,hhuvmat.PlotAxes,read_GUI(hhuvmat));%update an existing field plot
    164164                    write_plot_param(hhuvmat,PlotParam); %update the display of plotting parameters for the current object
    165165                end
Note: See TracChangeset for help on using the changeset viewer.