Changeset 292 for trunk/src/set_object.m


Ignore:
Timestamp:
Nov 21, 2011, 11:12:06 AM (12 years ago)
Author:
sommeria
Message:

GUI civ patch2 corrected (SmoothingParam?).
uvmatand view_field updated with panels.
read_plot_param removed (replaced by the mostgeneral read_GUI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r252 r292  
    759759    return
    760760end
    761 PlotParam=read_plot_param(PlotHandles);
     761%PlotParam=read_plot_param(PlotHandles);
     762fighandle=get(plotaxes,'parent');
     763PlotParam=read_GUI(fighandle);
    762764[PlotType,Object_out{IndexObj}.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotParam);%update an existing field plot
    763765
Note: See TracChangeset for help on using the changeset viewer.