Skip to content

Commit 3ad91af

Browse files
committed
(3.51) Fixed: figure with non-default colormap exported with default colormap in some cases (issue #389)
1 parent 5465f08 commit 3ad91af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export_fig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
[fig, options] = parse_args(nargout, fig, argNames, varargin{:});
451451

452452
% Check for newer version and exportgraphics/copygraphics compatibility
453-
currentVersion = 3.50;
453+
currentVersion = 3.51;
454454
if options.version % export_fig's version requested - return it and bail out
455455
imageData = currentVersion;
456456
return

0 commit comments

Comments
 (0)