Skip to content
Snippets Groups Projects
Commit c65c5ca0 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

remove hardcoded fontsize

parent 10e64d6c
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,8 @@ if ~isempty( ind ) ...@@ -104,7 +104,8 @@ if ~isempty( ind )
% Make a grid on the map with fancy box % Make a grid on the map with fancy box
% ------------------------------------- % -------------------------------------
m_grid('box', 'fancy', 'tickdir', 'in', 'TAG', 'TAG_PLOT4_LINE_GRID', 'Fontsize', 10); m_grid('box', 'fancy', 'tickdir', 'in', 'TAG', 'TAG_PLOT4_LINE_GRID', ...
'Fontsize', tsg.fontSize);
% Plot the ship track - Check if LAT-LON in deg-decimal % Plot the ship track - Check if LAT-LON in deg-decimal
% ----------------------------------------------------- % -----------------------------------------------------
...@@ -145,7 +146,8 @@ if ~isempty( ind ) ...@@ -145,7 +146,8 @@ if ~isempty( ind )
% Write title % Write title
% ----------- % -----------
title( ['Cruise: ' tsg.file.name], 'fontsize', 14, 'fontweight', 'bold','interpreter','none'); title( ['Cruise: ' tsg.file.name], 'fontsize',tsg.fontSize +2, ...
'fontweight', 'bold','interpreter','none');
% Set tag for each line % Set tag for each line
% --------------------- % ---------------------
......
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