Changeset 19105 for issm/trunk/externalpackages/export_fig/copyfig.m
- Timestamp:
- 02/12/15 16:48:40 (10 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 build-fw 2 build-ad 1 3 nightlylog 2 4 configure.sh
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 18302-18306,18308-18311,18313-18322,18326-18337,18339-18351,18353-18355,18357-18513,18515-19101
- Property svn:ignore
-
issm/trunk/externalpackages/export_fig/copyfig.m
r11995 r19105 21 21 end 22 22 % Is there a legend? 23 if isempty(find obj(fh, 'Type', 'axes', 'Tag', 'legend'))23 if isempty(findall(fh, 'Type', 'axes', 'Tag', 'legend')) 24 24 % Safe to copy using copyobj 25 25 fh = copyobj(fh, 0); … … 31 31 delete(tmp_nam); 32 32 end 33 return 33 end
Note:
See TracChangeset
for help on using the changeset viewer.