Ignore:
Timestamp:
06/21/13 20:56:30 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updating export_fig to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/export_fig/print2eps.m

    r14174 r15310  
    2121%   options - Additional parameter strings to be passed to print.
    2222
    23 % Copyright (C) Oliver Woodford 2008-2012
     23% Copyright (C) Oliver Woodford 2008-2013
    2424
    2525% The idea of editing the EPS file to change line styles comes from Jiro
     
    4848%           sizes we don't want, due to listeners. Thanks to Malcolm Hudson
    4949%           for reporting the issue.
     50% 22/03/13: Extend font swapping to axes labels. Thanks to Rasmus Ischebeck
     51%           for reporting the issue.
    5052
    5153function print2eps(name, fig, varargin)
     
    6163end
    6264% Find all the used fonts in the figure
    63 font_handles = findobj(fig, '-property', 'FontName');
     65font_handles = findall(fig, '-property', 'FontName');
    6466fonts = get(font_handles, 'FontName');
    6567if ~iscell(fonts)
Note: See TracChangeset for help on using the changeset viewer.