Changeset 717 for trunk/src/uvmat.m


Ignore:
Timestamp:
Feb 25, 2014, 11:28:14 PM (10 years ago)
Author:
sommeria
Message:

export figure from view_field on existing axis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r714 r717  
    45844584h=findobj(handles.PlotAxes,'tag','ima'); %look for image in the plot
    45854585if ~isempty(h)
    4586 map=colormap(handles.PlotAxes);
    4587 colormap(map);%transmit the current colormap to the zoom fig
    4588 colorbar
     4586    map=colormap(handles.PlotAxes);
     4587    colormap(map);%transmit the current colormap to the zoom fig
     4588    colorbar
    45894589end
    45904590
Note: See TracChangeset for help on using the changeset viewer.