Skip to content
Snippets Groups Projects
Commit a8990985 authored by Nicola Vigano's avatar Nicola Vigano Committed by Nicola Vigano
Browse files

Figures: fixed small figure size issue

parent f6dcfb64
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ function gt6DPlotVolumeSlices(volume, point, varargin)
end
if (~strcmpi(conf.colorbar, 'no'))
set(f, 'Position', [0 0 20 14])
set(f, 'Paperposition', [0 0 20 14])
set(f, 'Position', [0 0 20 13.5])
set(f, 'Paperposition', [0 0 20 13.5])
set(ax, 'Position', [1.25 1 16.5 12])
......@@ -32,8 +32,8 @@ function gt6DPlotVolumeSlices(volume, point, varargin)
set(cb, 'Units', 'centimeters')
set(cb, 'Position', [17.35 1 0.65 12])
else
set(f, 'Position', [0 0 17 14])
set(f, 'Paperposition', [0 0 17 14])
set(f, 'Position', [0 0 17 13.5])
set(f, 'Paperposition', [0 0 17 13.5])
set(ax, 'Position', [1.25 1 14.5 12])
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment