Skip to content

Commit

Permalink
#170 titles + smaller font on grid plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Vincent committed Feb 18, 2017
1 parent eeeb2c4 commit 9ebbecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddToolbox/models/Model.m
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ function plot_discount_functions_in_grid(obj)
disp('Plotting...')
for n = 1:numel(names)
obj.plot_discount_function(subplot_handles(n), n)
title(names{n}, 'FontSize',10)
set(gca,'FontSize',10)
end
drawnow
end
Expand Down

0 comments on commit 9ebbecd

Please sign in to comment.