Skip to content

Commit

Permalink
allowed chaning the colormap in plotBayes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoSchuett committed Jun 4, 2020
1 parent ba4a2a7 commit f890b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotBayes.m
Expand Up @@ -6,7 +6,7 @@ function plotBayes(result,plotOptions)
% You may then enlarge each panel by clicking on it.

if ~exist('plotOptions','var') , plotOptions = struct; end
if ~isfield('plotOptions','colorMap'), plotOptions.colorMap = getColormap; end
if ~isfield(plotOptions,'colorMap'), plotOptions.colorMap = getColormap; end

mainPlot(result,plotOptions);
end
Expand Down

0 comments on commit f890b9a

Please sign in to comment.