Skip to content
Snippets Groups Projects
Commit ff153c0e authored by gael.alory_legos.obs-mip.fr's avatar gael.alory_legos.obs-mip.fr
Browse files

correction de la mise en forme du titre des cartes pour les noms de fichier avec '_'

parent 24554442
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,10 @@ function plot_map(hTsgGUI, hPlotAxes) ...@@ -14,10 +14,10 @@ function plot_map(hTsgGUI, hPlotAxes)
% TODOS % TODOS
% %
% note that a decimal degree notation is used, so that a longitude of % note that a decimal degree notation is used, so that a longitude of
% 12030'W is specified as -120.5 % 120?30'W is specified as -120.5
% %
% PROBLEM NOT YET RESOLVED % PROBLEM NOT YET RESOLVED
% Does M_MAP use 0-360 or -180 +180 covention ? % Does M_MAP use 0-360? or -180? +180? covention ?
% %
% $Id$ % $Id$
...@@ -145,7 +145,7 @@ if ~isempty( ind ) ...@@ -145,7 +145,7 @@ if ~isempty( ind )
% Write title % Write title
% ----------- % -----------
title( ['Cruise: ' tsg.file.name], 'fontsize', 14, 'fontweight', 'bold'); title( ['Cruise: ' tsg.file.name], 'fontsize', 14, '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